Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Feb 3, 2025
1 parent 5e81e40 commit 5332db4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/svelte/src/www/components/component-example.svelte
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<script lang="ts">
import ButtonLib from '$lib/components/ui/button/button.svelte';
import { Tabs } from '$lib/index.js';
import { Button as ButtonDist, Smile } from '../../../dist/index.js';
</script>

<div class="flex-1 items-start pb-12 pt-8">
<ButtonDist variant="defauslt">test <Smile /></ButtonDist>
<ButtonLib variant="destrusctive">test <Smile /></ButtonLib>

<Tabs.Root value="preview" class="relative mr-auto w-full">
<div class="flex items-center justify-between pb-3">
<Tabs.List class="w-full justify-start rounded-none border-b bg-transparent p-0 h-9">
Expand Down

0 comments on commit 5332db4

Please sign in to comment.