style: run biome lint
This commit is contained in:
parent
aa9872a45b
commit
f3c9d8b54c
39 changed files with 57 additions and 57 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Form, useSubmit } from 'react-router';
|
||||
import { type Dispatch, type SetStateAction } from 'react';
|
||||
import type { Dispatch, SetStateAction } from 'react';
|
||||
|
||||
import Dialog from '~/components/Dialog';
|
||||
import { type Machine } from '~/types';
|
||||
import type { Machine } from '~/types';
|
||||
import { cn } from '~/utils/cn';
|
||||
|
||||
interface DeleteProps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue