File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-renderer-demo/src/app/src/components/landing-page Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Paper from '@material-ui/core/Paper';
5
5
import Typography from '@material-ui/core/Typography' ;
6
6
import Divider from '@material-ui/core/Divider' ;
7
7
8
- import CodeEditor from '../common/component /code-editor' ;
8
+ import CodeEditor from '@docs/components /code-editor' ;
9
9
10
10
const value = `import React from 'react';
11
11
import FormRenderer, { componentTypes } from '@data-driven-forms/react-form-renderer';
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import Typography from '@material-ui/core/Typography' ;
3
3
import { makeStyles } from '@material-ui/core/styles' ;
4
- import LogoSvgIcon from '../ common/logo-svg-icon ' ;
4
+ import LogoSvgIcon from '@docs/components/ common/landing-page-logo ' ;
5
5
6
6
const useStyles = makeStyles ( theme => ( {
7
7
landingHeading : {
You can’t perform that action at this time.
0 commit comments