Skip to content

Commit fbfd4c8

Browse files
committed
adj import paths
1 parent fb4c22d commit fbfd4c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/DemoEditor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from 'react'
2+
import Box from '@mui/material/Box';
23
import Button from '@mui/material/Button'
34
import Link from '@mui/material/Link'
45
import Typography from '@mui/material/Typography'
@@ -9,7 +10,6 @@ import {storeUpdater} from '@ui-schema/react/storeUpdater'
910
import {UIStoreProvider, createStore} from '@ui-schema/react/UIStore'
1011
import {GridContainer} from '@ui-schema/ds-material/GridContainer'
1112
import {isInvalid} from '@ui-schema/react/isInvalid'
12-
import {Box} from '@mui/material';
1313

1414
const schema1 = {
1515
type: 'object',

src/components/NavProject.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import 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

56
const NavProject = () => <>
67
<Typography component={'p'} variant={'body1'}>

0 commit comments

Comments
 (0)