Skip to content

Commit

Permalink
fix(docs): incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 10, 2024
1 parent 617ce8e commit 03abdbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import App from "./controlled-focused-value.ts.raw.jsx?raw";
import AppTs from "./controlled-focused-value.ts.raw.tsx?raw";
import App from "./controlled-focused-value.raw.jsx?raw";
import AppTs from "./controlled-focused-value.raw.tsx?raw";

const react = {
"/App.jsx": App,
Expand Down

0 comments on commit 03abdbd

Please sign in to comment.