Skip to content

Commit a0193ad

Browse files
committed
Fix import order in index.ts
1 parent b50c7d1 commit a0193ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chonky/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import {
44
} from './types/action-handler.types';
55
import { ChonkyActionUnion } from './types/file-browser.types';
66

7-
export { FullFileBrowser } from './components/external/FullFileBrowser';
87
export { FileBrowser } from './components/external/FileBrowser';
98
export { FileNavbar } from './components/external/FileNavbar';
109
export { FileToolbar } from './components/external/FileToolbar';
1110
export { FileList } from './components/file-list/FileList';
1211
export { FileContextMenu } from './components/external/FileContextMenu';
12+
export { FullFileBrowser } from './components/external/FullFileBrowser';
1313

1414
export { ChonkyActions, DefaultFileActions } from './action-definitions';
1515
export { defineFileAction } from './util/helpers';

0 commit comments

Comments
 (0)