File tree 8 files changed +3
-3
lines changed
8 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import clsx from 'clsx' ;
3
- import { Panel } from '../Panel ' ;
3
+ import { Panel } from '../Pane ' ;
4
4
5
5
export interface PageHeaderProps extends React . HTMLAttributes < HTMLDivElement > {
6
6
title ?: string ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export * from './Card';
3
3
export * from './Container' ;
4
4
export * from './Grid' ;
5
5
export * from './Page' ;
6
- export * from './Panel ' ;
6
+ export * from './Pane ' ;
7
7
export * from './Icon' ;
8
8
export * from './Modal' ;
9
9
export * from './utils' ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import FormGroup from '../../src/components/Form/Group';
23
23
import FormLabel from '../../src/components/Form/Label' ;
24
24
import FormMessage from '../../src/components/Form/Message' ;
25
25
import { Tooltip } from '../../src/components/Tooltip' ;
26
- import Pane from '../../src/components/Panel /Pane' ;
26
+ import Pane from '../../src/components/Pane /Pane' ;
27
27
28
28
const TestControllable = ( ) => {
29
29
const [ value , setValue ] = useState ( '' ) ;
You can’t perform that action at this time.
0 commit comments