mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-14 06:13:40 -06:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user