Skip to content

Commit 0e49e92

Browse files
committed
Start a design-system page to work on components
1 parent 0ac58d7 commit 0e49e92

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pages/dev/design-system/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<script lang="ts" setup>
2-
import { DesignSystemColors } from '~/lib/components'
32
</script>
43

54
<template>
65
<div class="flex flex-col gap-4 p-4">
7-
<DesignSystemColors />
6+
<CoreSwitch />
87
</div>
98
</template>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script lang="ts" setup>
2+
import { DesignSystemColors } from '~/lib/components'
3+
</script>
4+
5+
<template>
6+
<div class="flex flex-col gap-4 p-4">
7+
<DesignSystemColors />
8+
</div>
9+
</template>

0 commit comments

Comments
 (0)