Skip to content

Commit ce5ac81

Browse files
committed
move user tags to the appropriate folder
1 parent 8a388e7 commit ce5ac81

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./UserTags"

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BsFillGearFill } from 'react-icons/bs'
33
import { CgTab } from 'react-icons/cg'
44
import { BsFillBookmarksFill } from 'react-icons/bs'
55
import { ReactComponent as HackertabLogo } from 'src/assets/logo.svg'
6-
import { UserTags } from './UserTags'
6+
import { UserTags } from './Elements/UserTags'
77
import { SettingsModal } from 'src/features/settings'
88
import { BsMoon } from 'react-icons/bs'
99
import { IoMdSunny } from 'react-icons/io'

0 commit comments

Comments
 (0)