Created
August 21, 2021 05:17
-
-
Save wendeehsu/5544c60efabc460e85aa60202e47af22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ReactComponent as Filter } from './filter.svg'; | |
import { ReactComponent as Folder } from './folder.svg'; | |
import { ReactComponent as Grade } from './grade.svg'; | |
export default { | |
Filter, | |
Folder, | |
Grade, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment