Reworked progress bar
This commit is contained in:
parent
ea9927e464
commit
01daf08fd1
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ import SearchBar from './SearchBar';
|
|||
import MdPreview from './MdPreview';
|
||||
import Profile from './Profile';
|
||||
import MobileNavbar from './MobileNavbar';
|
||||
import BlankProgress from './BlankProgress';
|
||||
import LoadingBar from './LoadingBar';
|
||||
|
||||
export {
|
||||
CreationInfoTag,
|
||||
|
|
@ -25,5 +25,5 @@ export {
|
|||
MdPreview,
|
||||
Profile,
|
||||
MobileNavbar,
|
||||
BlankProgress,
|
||||
LoadingBar,
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue