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