Skip to content

Commit

Permalink
Fix Hooks import
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 3, 2024
1 parent 7be212a commit c4522ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/live-demo/live-demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as prismMeta from "../prism/meta.js";
import Hooks from "https://v2.blissfuljs.com/src/Hooks.js";
import create from "../../src/create.js";
import { $, $$, load } from "../../src/bliss.js";
import { $, $$, load, Hooks } from "../../src/bliss.js";
/*
Requirements:
- HTML, CSS, or both
Expand Down

0 comments on commit c4522ef

Please sign in to comment.