Ver código fonte

:recycle: small import tweaks

tags/0.0.1
J 4 anos atrás
pai
commit
eaf43577d2
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2
    3
      frontend/src/views/home.vue

+ 2
- 3
frontend/src/views/home.vue Ver arquivo

@@ -12,9 +12,8 @@ main.f-col.start.w-full
12 12
 import sidebar from '../components/Sidebar.vue'
13 13
 import mainNav from '../components/MainNav.vue'
14 14
 import profileCardList from '../components/ProfileCardList.vue'
15
-import { fetchQueueByProfileId } from '../services'
16
-import { StonkAlert } from '../services/notification.service'
17
-import { Chatter } from '../services/chat.service'
15
+
16
+import { Chatter, StonkAlert } from '../services'
18 17
 import { loginHandler, authHandler } from '../utils'
19 18
 
20 19
 import batch_10 from '../../../backend/db/generated/_batch_10.js.ref'

Carregando…
Cancelar
Salvar