diff options
Diffstat (limited to 'src/client/sidebar.ts')
| -rw-r--r-- | src/client/sidebar.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index 6bc786fdc0..97036042cf 100644 --- a/src/client/sidebar.ts +++ b/src/client/sidebar.ts @@ -1,11 +1,11 @@ import { faBell, faComments, faEnvelope } from '@fortawesome/free-regular-svg-icons'; import { faAt, faBroadcastTower, faCloud, faColumns, faDoorClosed, faFileAlt, faFireAlt, faGamepad, faHashtag, faListUl, faPaperclip, faSatellite, faSatelliteDish, faSearch, faStar, faTerminal, faUserClock, faUsers } from '@fortawesome/free-solid-svg-icons'; import { computed } from 'vue'; -import { search } from '@/scripts/search'; -import * as os from '@/os'; -import { i18n } from '@/i18n'; +import { search } from '@client/scripts/search'; +import * as os from '@client/os'; +import { i18n } from '@client/i18n'; import { $i } from './account'; -import { unisonReload } from '@/scripts/unison-reload'; +import { unisonReload } from '@client/scripts/unison-reload'; export const sidebarDef = { notifications: { |