Skip to content

Commit

Permalink
refactor(docs): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Oct 15, 2024
1 parent bab339a commit dad7b4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/docs/content/components/accordion/shadow-variant.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import App from "./shadow-variant.raw.jsx?raw";


const react = {
"/App.jsx": App,
};
Expand Down
1 change: 0 additions & 1 deletion apps/docs/content/components/accordion/splitted-variant.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import App from "./splitted-variant.raw.jsx?raw";


const react = {
"/App.jsx": App,
};
Expand Down
1 change: 0 additions & 1 deletion apps/docs/content/components/accordion/start-content.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import App from "./start-content.raw.jsx?raw";


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

0 comments on commit dad7b4b

Please sign in to comment.