chore: fmt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Meta, StoryObj } from "@kachurun/storybook-solid";
|
||||
import {TagList, TagListProps } from "./TagList";
|
||||
import { TagList, TagListProps } from "./TagList";
|
||||
|
||||
const meta: Meta<TagListProps> = {
|
||||
title: "Components/TagList",
|
||||
|
||||
@@ -32,7 +32,7 @@ import {
|
||||
FileSelectorField,
|
||||
} from "@/src/components/fileSelect";
|
||||
import { useClanContext } from "@/src/contexts/clan";
|
||||
import {TagList} from "@/src/components/TagList/TagList";
|
||||
import { TagList } from "@/src/components/TagList/TagList";
|
||||
|
||||
type MachineFormInterface = MachineData & {
|
||||
sshKey?: File;
|
||||
|
||||
Reference in New Issue
Block a user