chore: fmt

This commit is contained in:
Brian McGee
2025-05-28 08:24:03 +01:00
parent c9a3f6ea33
commit 32cdbd2530
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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;