Skip to content

Commit

Permalink
refactor: remove unused Code import in alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Jul 29, 2024
1 parent 3f36f17 commit bb9bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/docs/docs/components/alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Alert
description: Displays a callout for user attention.
---

import { Tabs, TabItem, Code } from "@astrojs/starlight/components";
import { Tabs, TabItem } from "@astrojs/starlight/components";
import { Steps } from "@astrojs/starlight/components";
import ComponentPreview from "@/components/ComponentPreview.astro";
import ComponentSource from "@/components/ComponentSource.astro";
Expand Down

0 comments on commit bb9bae2

Please sign in to comment.