fix: resolve type errors and lint components/routes

This commit is contained in:
Aarnav Tale
2025-01-06 08:18:46 +05:30
parent 414b95c293
commit 6745ee8529
13 changed files with 63 additions and 28 deletions
+6 -1
View File
@@ -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';