Skip to content

Commit

Permalink
test raw loader fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 19, 2024
1 parent 92ca4bd commit 7e78903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/client/demo/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import styles from "./demo.module.scss";
import { LiveProvider, LiveEditor, LivePreview } from "react-live";
import { Dots1, Dots2, Bars1, Bars2 } from "react18-loaders/dist/server";
import code from "./loader-demo.tsx?raw";
import code from "./loader-demo?raw";

/** React live demo */
export function Demo() {
Expand Down

0 comments on commit 7e78903

Please sign in to comment.