Skip to content

Commit 6a7f898

Browse files
committed
fix: Use proper import
1 parent 0bb0bcb commit 6a7f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugins/particle-loader.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {defineNuxtPlugin, useRuntimeConfig} from '#app'
22
import { loadParticles } from '../lib/loaders'
3-
import { tsParticles} from 'tsparticles-engine'
3+
import { tsParticles } from '@tsparticles/engine'
44

55
export default defineNuxtPlugin(async (nuxtApp) => {
66
if(import.meta.server) { return }

0 commit comments

Comments
 (0)