Skip to content

Commit 1ad371f

Browse files
committed
docs(popover-examples): import styles in mdx file
1 parent 0c7933d commit 1ad371f

File tree

1 file changed

+1
-3
lines changed
  • apps/website/src/routes/docs/headless/popover

1 file changed

+1
-3
lines changed

apps/website/src/routes/docs/headless/popover/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Qwik UI | Popover
33
---
44

55
import { statusByComponent } from '~/_state/component-statuses';
6-
import { Note } from '~/components/note/note';
7-
import { FeatureList } from '~/components/feature-list/feature-list';
8-
import { APITable } from '~/components/api-table/api-table';
6+
import styles from './snippets/popover.css';
97

108
<StatusBanner status={statusByComponent.headless.Popover} />
119

0 commit comments

Comments
 (0)