Skip to content

Commit 757a704

Browse files
committed
refactor(showcase): change file names to showcase
1 parent 03ef68d commit 757a704

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

apps/website/src/components/mdx-components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { AnatomyTable } from '../anatomy-table/anatomy-table';
55
import { APITable } from '../api-table/api-table';
66
import { KeyboardInteractionTable } from '../keyboard-interaction-table/keyboard-interaction-table';
77
import { CodeCopy } from '../code-copy/code-copy';
8-
import { Showcase } from '../show-example/show-example';
8+
import { Showcase } from '../showcase/showcase';
99
import { CodeSnippet } from '../code-snippet/code-snippet';
1010

1111
export const components: Record<string, any> = {

apps/website/src/components/show-example/show-example.tsx renamed to apps/website/src/components/showcase/showcase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
useStyles$,
77
useTask$,
88
} from '@builder.io/qwik';
9-
import styles from './show-example.css?inline';
9+
import styles from './showcase.css?inline';
1010

1111
import { Tab, TabList, TabPanel, Tabs } from '@qwik-ui/headless';
1212
import { useLocation } from '@builder.io/qwik-city';

0 commit comments

Comments
 (0)