Skip to content

Commit

Permalink
docs: add Record<string, any> to mdx as well
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul committed Nov 30, 2023
1 parent dae79ae commit 2a87742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import {
} from '@builder.io/qwik';
import { isDev } from '@builder.io/qwik/build';

const metaGlobComponents: any = import.meta.glob(
const metaGlobComponents: Record<string, any> = import.meta.glob(
'/src/examples/*',
{
import: 'default',
Expand Down

0 comments on commit 2a87742

Please sign in to comment.