File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import React from 'react'
2+ import Box from '@mui/material/Box' ;
23import Button from '@mui/material/Button'
34import Link from '@mui/material/Link'
45import Typography from '@mui/material/Typography'
@@ -9,7 +10,6 @@ import {storeUpdater} from '@ui-schema/react/storeUpdater'
910import { UIStoreProvider , createStore } from '@ui-schema/react/UIStore'
1011import { GridContainer } from '@ui-schema/ds-material/GridContainer'
1112import { isInvalid } from '@ui-schema/react/isInvalid'
12- import { Box } from '@mui/material' ;
1313
1414const schema1 = {
1515 type : 'object' ,
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import GitHubLogo from '@mui/icons-material/GitHub' ;
3- import { Link , Typography } from '@mui/material' ;
3+ import Typography from '@mui/material/Typography' ;
4+ import Link from '@mui/material/Link' ;
45
56const NavProject = ( ) => < >
67 < Typography component = { 'p' } variant = { 'body1' } >
You can’t perform that action at this time.
0 commit comments