Skip to content

Commit

Permalink
docs: remove unused import in the demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
no23reason committed Jul 15, 2023
1 parent 45ef531 commit b43ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/DemoPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useRef } from "react";
import React from "react";
import { Demo } from "./Demo";

export const DemoPage = () => {
Expand Down

0 comments on commit b43ea82

Please sign in to comment.