2 changed files with 4 additions and 4 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
import { h, Component } from 'https://unpkg.com/preact?module'; |
||||
import htm from 'https://unpkg.com/htm?module'; |
||||
import { h, Component } from '/js/web_modules/preact.js'; |
||||
import htm from '/js/web_modules/htm.js'; |
||||
const html = htm.bind(h); |
||||
|
||||
import { SOCIAL_PLATFORMS } from '../utils/social.js'; |
Loading…
Reference in new issue