Skip to content

Commit

Permalink
fix: Use proper import
Browse files Browse the repository at this point in the history
  • Loading branch information
Joepocalyptic committed Mar 26, 2024
1 parent 0bb0bcb commit 6a7f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/particle-loader.client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {defineNuxtPlugin, useRuntimeConfig} from '#app'
import { loadParticles } from '../lib/loaders'
import { tsParticles} from 'tsparticles-engine'
import { tsParticles } from '@tsparticles/engine'

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

0 comments on commit 6a7f898

Please sign in to comment.