Skip to content

Commit

Permalink
Fix default plugin linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Aug 15, 2024
1 parent 7000e7d commit 27c40df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export function togglePluginDisable(id: string) {
return
}

import Viewer from '@/internal/viewer'
import Status from '@/internal/status'
import gba from '@/internal/gba'
import Viewer from '@/internal/Viewer'
import Status from '@/internal/Status'
import gba from '@/internal/GBA'

export function registerDefaultPlugins() {
registerPlugin(Status)
Expand Down

0 comments on commit 27c40df

Please sign in to comment.