Skip to content

Commit

Permalink
fix: rename scss file starts with _
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed Jun 23, 2022
1 parent 4dae725 commit 741170b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './styles/_bootstrap-custom.scss';
import './styles/_icheck-custom.scss';
import './styles/bootstrap-custom.scss';
import './styles/icheck-custom.scss';

import { registerLocale } from 'react-datepicker';

Expand Down Expand Up @@ -73,8 +73,6 @@ import TreePickerNav from './components/TreePicker/Nav';
import TreePickerNode from './components/TreePicker/Node';
import UserListPicker from './components/UserListPicker';
import VerticalNav from './components/VerticalNavigation';
import './styles/_bootstrap-custom.scss';
import './styles/_icheck-custom.scss';

export {
Accordion,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 741170b

Please sign in to comment.