refactor(web): remove typescript

This commit is contained in:
Ali BARIN
2024-02-27 15:23:23 +00:00
parent 636870a075
commit b3ae2d2748
337 changed files with 2067 additions and 4997 deletions

View File

@@ -1,17 +1,10 @@
import * as React from 'react';
import Toolbar from '@mui/material/Toolbar';
import AppBar from '@mui/material/AppBar';
import Box from '@mui/material/Box';
import Logo from 'components/Logo';
import Container from 'components/Container';
type LayoutProps = {
children: React.ReactNode;
};
export default function Layout({ children }: LayoutProps): React.ReactElement {
export default function Layout({ children }) {
return (
<>
<AppBar>