refactor(web): remove typescript
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user