diff --git a/src/components/common/index.ts b/src/components/common/index.ts index a337104..85e4934 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -2,7 +2,7 @@ export * from './CheckBox'; export * from './PasswordInput'; export * from './UpLoadButton'; export * from './FileFind'; -export * from './DownloadCountSlider'; +export * from './DownLoadCountSlider'; export * from './Navbar'; export * from './Button'; export * from './FileListBox';