Continued reformat, switch all relative imports to alias as available

Switch to pure non-expression if in next.config.mjs
This commit is contained in:
2024-12-19 17:00:50 -06:00
parent 35128ec208
commit bc04acda7b
18 changed files with 32 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import { type NextPage } from "next";
import AppWrapper from "../components/AppWrapper";
import AppWrapper from "@/components/AppWrapper";
import { RiMagicLine } from "react-icons/ri";
import { BiBus, BiHash, BiNetworkChart } from "react-icons/bi";
import Link from "next/link";