Skip to content

Commit

Permalink
refact: config utils imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 13, 2024
1 parent 3302c59 commit 1631ac3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ import { useRooms } from './store/modules/chats/rooms';
import { useDashboard } from './store/modules/dashboard';
import initHotjar from '@/plugins/Hotjar';
import { getProject } from '@/utils/config';
import { setProject as setProjectLocalStorage } from '@/utils/config';
import {
getProject,
setProject as setProjectLocalStorage,
} from '@/utils/config';
import moment from 'moment';
export default {
Expand Down

0 comments on commit 1631ac3

Please sign in to comment.