We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a388e7 commit ce5ac81Copy full SHA for ce5ac81
3 files changed
src/components/UserTags.tsx …omponents/Elements/UserTags/UserTags.tsxsrc/components/UserTags.tsx renamed to src/components/Elements/UserTags/UserTags.tsx
src/components/Elements/UserTags/index.ts
@@ -0,0 +1 @@
1
+export * from "./UserTags"
src/components/Header.js
@@ -3,7 +3,7 @@ import { BsFillGearFill } from 'react-icons/bs'
3
import { CgTab } from 'react-icons/cg'
4
import { BsFillBookmarksFill } from 'react-icons/bs'
5
import { ReactComponent as HackertabLogo } from 'src/assets/logo.svg'
6
-import { UserTags } from './UserTags'
+import { UserTags } from './Elements/UserTags'
7
import { SettingsModal } from 'src/features/settings'
8
import { BsMoon } from 'react-icons/bs'
9
import { IoMdSunny } from 'react-icons/io'
0 commit comments