mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 17:28:14 +00:00
fix: resolve type errors and lint components/routes
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { type DataRef, DndContext, useDraggable, useDroppable } from '@dnd-kit/core';
|
||||
import {
|
||||
DataRef,
|
||||
DndContext,
|
||||
useDraggable,
|
||||
useDroppable,
|
||||
} from '@dnd-kit/core';
|
||||
import { PersonIcon } from '@primer/octicons-react';
|
||||
import type { ActionFunctionArgs, LoaderFunctionArgs } from 'react-router';
|
||||
import { useActionData, useLoaderData, useSubmit } from 'react-router';
|
||||
|
||||
Reference in New Issue
Block a user