Skip to content

Commit

Permalink
fix: Cursor import to make sure it is rendered when the site is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Oct 25, 2024
1 parent 4aae2a3 commit 23339d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/design/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SamsungError = defineAsyncComponent(() => import('./SamsungError.vue'));
const Marquee = defineAsyncComponent(() => import('./Marquee.vue'));
const Slider = defineAsyncComponent(() => import('./Slider.vue'));
const Footer = defineAsyncComponent(() => import('./Footer.vue'));
const Cursor = defineAsyncComponent(() => import('./Cursor.vue'));
import Cursor from './Cursor.vue';

export {
Circles,
Expand Down

0 comments on commit 23339d2

Please sign in to comment.