Skip to content

Commit

Permalink
Update docs/src/modules/components/ExamplesGrid/ExamplesGrid.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Tassinari <[email protected]>
  • Loading branch information
oliviertassinari authored Nov 1, 2024
1 parent 90c8af6 commit a435b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/ExamplesGrid/ExamplesGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Templates({ examplesFile }: TemplatesProps) {
// @ts-ignore
const req = require.context('./', false);
// TODO: When migrating away from webpack, or when we have time, to create dedicate files for each
// demo. We shouldn't do this dynamic imports in the first place ⬇️
// demo. We shouldn't do those dynamic imports in the first place ⬇️
const examples = req(`./${examplesFile}`).default() as Example[];
const docsTheme = useTheme();

Expand Down

0 comments on commit a435b2f

Please sign in to comment.