fix: typo

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-09 14:22:42 +09:00
parent c87416efb4
commit 0af76f7dfa
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/explicit-function-return-type */ /* eslint-disable @typescript-eslint/explicit-function-return-type */
import { StoryObj } from '@storybook/vue3'; import { StoryObj } from '@storybook/vue3';
import isChromatic from 'chromatic'; import isChromatic from 'chromatic/isChromatic';
import MkAnalogClock from './MkAnalogClock.vue'; import MkAnalogClock from './MkAnalogClock.vue';
export const Default = { export const Default = {
render(args) { render(args) {