Skip to content

Commit

Permalink
IA ESM--> 🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 10, 2024
1 parent a8135c9 commit 5d12748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable max-classes-per-file, no-plusplus */
import { Fireworks } from 'https://esm.archive.org/fireworks-canvas'
import { Fireworks } from 'https://esm.sh/fireworks-canvas'

import { LitElement, html } from 'https://offshoot.prod.archive.org/lit.js'
import { LitElement, html } from 'https://esm.sh/lit'

// eslint-disable-next-line no-console
const log = console.log.bind(console) // Stateless function, global to all methods
Expand Down

0 comments on commit 5d12748

Please sign in to comment.