Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 11, 2024
1 parent d869cc4 commit d0c46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ window.onload = async () => {
const queuePalette = new QueuePalette.default(player, queue)

const SearchPalette = await import('./searchpal')
const palette = new SearchPalette.default(sdk, player, localforage, queue)
const palette = new SearchPalette.default(sdk, player, queue)

const Color = await import('./color')
const color = new Color.default()
Expand Down

0 comments on commit d0c46fa

Please sign in to comment.