Skip to content

Commit

Permalink
chore: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
macci001 committed Jan 21, 2025
1 parent 6190836 commit 05e06b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/docs/content/components/toast/color.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Color from "./color.raw.jsx?raw";

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

export default {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/toast/custom-styles.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CustomStyles from "./custom-styles.raw.jsx?raw";

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

export default {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/toast/placement.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Position from "./placement.raw.jsx?raw";

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

export default {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/toast/radius.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Radius from "./radius.raw.jsx?raw";

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

export default {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/toast/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Types from "./types.raw.jsx?raw";

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

export default {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/toast/variants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Variants from "./variants.raw.jsx?raw";

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

export default {
Expand Down

0 comments on commit 05e06b9

Please sign in to comment.