Skip to content

Commit

Permalink
fix(docs): import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 17, 2024
1 parent 3adba19 commit a351c12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from "./error-message-funciton.raw.jsx?raw";
import App from "./error-message-function.raw.jsx?raw";

const react = {
"/App.jsx": App,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/date-picker/page-behavior.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from "./page-behaviour.raw.jsx?raw";
import App from "./page-behavior.raw.jsx?raw";

const react = {
"/App.jsx": App,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/date-picker/selector-icon.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from "./select-icon.raw.jsx?raw";
import App from "./selector-icon.raw.jsx?raw";

const react = {
"/App.jsx": App,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from "./unavilable-dates.raw.jsx?raw";
import App from "./unavailable-dates.raw.jsx?raw";

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

0 comments on commit a351c12

Please sign in to comment.