mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 01:09:25 +00:00
style: run biome lint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { LoaderFunctionArgs, ActionFunctionArgs } from 'react-router';
|
||||
import type { LoaderFunctionArgs, ActionFunctionArgs } from 'react-router';
|
||||
import { useLoaderData } from 'react-router';
|
||||
import { useLiveData } from '~/utils/useLiveData';
|
||||
import { getSession } from '~/utils/sessions';
|
||||
import { Link as RemixLink } from 'react-router';
|
||||
import { PreAuthKey, User } from '~/types';
|
||||
import type { PreAuthKey, User } from '~/types';
|
||||
import { pull, post } from '~/utils/headscale';
|
||||
import { loadContext } from '~/utils/config/headplane';
|
||||
import { useState } from 'react';
|
||||
|
||||
@@ -12,7 +12,7 @@ import Link from '~/components/Link';
|
||||
import Spinner from '~/components/Spinner';
|
||||
|
||||
import { cn } from '~/utils/cn';
|
||||
import { User } from '~/types';
|
||||
import type { User } from '~/types';
|
||||
|
||||
interface Props {
|
||||
users: User[];
|
||||
|
||||
Reference in New Issue
Block a user