Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Jul 21, 2024
1 parent aa8f8ae commit 0383208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
Services,
Works,
LittleBitAboutMe,
} from './components/sections';
} from '@/components/sections';
import { onMounted, Ref, ref, watch } from 'vue';
import { LoadingScreen } from './components/design';
import { LoadingScreen } from '@/components/design';
import { useWindowSize } from '@vueuse/core';
import { divScrollDown } from './animations';
import { divScrollDown } from '@/animations';
const { width, height } = useWindowSize();
const noise: Ref<HTMLElement | null> = ref(null);
Expand Down

0 comments on commit 0383208

Please sign in to comment.