Skip to content
Snippets Groups Projects
Commit 368d1be9 authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

fix: add missing type import

Part-of: <!93>
parent 3e7a787d
No related branches found
No related tags found
1 merge request!93feat: add alert and modal components
<script setup lang="ts">
import { useColorOrPastel } from '~/composables/colors'
import type { PastelProps } from '~/types/common-props'
const props = defineProps<PastelProps>()
const color = useColorOrPastel(() => props.color, 'blue')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment