Update index.js
fix typo
This commit is contained in:
parent
f62ddb1c90
commit
6144939c8f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ export { default as Navbar } from './Navbar';
|
|||
|
||||
export { default as Sidebar } from './Sidebar';
|
||||
|
||||
export { default as Levelbar } from './Sidebar';
|
||||
export { default as Levelbar } from './Levelbar';
|
||||
|
||||
export { default as AppMain } from './AppMain';
|
||||
|
|
Loading…
Reference in a new issue