mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
cleanup (structure): update code structure
This commit is contained in:
4
client/components/index.js
Normal file
4
client/components/index.js
Normal file
@ -0,0 +1,4 @@
|
||||
export { BreadCrumb } from './breadcrumb';
|
||||
export { Editor } from './editor';
|
||||
export { FileSystem } from './filesystem';
|
||||
export { Connect } from './connect';
|
||||
Reference in New Issue
Block a user