chore(lint): fix lint

This commit is contained in:
Nicholas Penree
2025-02-15 02:22:51 -05:00
parent 796e50ed5f
commit 9ace0f38cd

View File

@@ -70,9 +70,9 @@ import type {
} from "next";
import Head from "next/head";
import { useRouter } from "next/router";
import { useMemo, useState, type ReactElement } from "react";
import superjson from "superjson";
import { type ReactElement, useMemo, useState } from "react";
import { toast } from "sonner";
import superjson from "superjson";
export type Services = {
appName: string;