Skip to content

Commit 58c6cc8

Browse files
authored
Changed panel dir name to pane (#43)
1 parent b4bc7e3 commit 58c6cc8

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

src/components/Page/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import clsx from 'clsx';
3-
import { Panel } from '../Panel';
3+
import { Panel } from '../Pane';
44

55
export interface PageHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
66
title?: string;
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export * from './Card';
33
export * from './Container';
44
export * from './Grid';
55
export * from './Page';
6-
export * from './Panel';
6+
export * from './Pane';
77
export * from './Icon';
88
export * from './Modal';
99
export * from './utils';

www/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import FormGroup from '../../src/components/Form/Group';
2323
import FormLabel from '../../src/components/Form/Label';
2424
import FormMessage from '../../src/components/Form/Message';
2525
import { Tooltip } from '../../src/components/Tooltip';
26-
import Pane from '../../src/components/Panel/Pane';
26+
import Pane from '../../src/components/Pane/Pane';
2727

2828
const TestControllable = () => {
2929
const [value, setValue] = useState('');

0 commit comments

Comments
 (0)