Switch from relative imports to absolute imports

This commit is contained in:
Xevion
2022-12-18 00:05:47 -06:00
parent a2dd414026
commit 5f252cd814
9 changed files with 18 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import {type NextPage} from "next";
import Head from "next/head";
import BoxTable from "../components/BoxTable";
import BoxTable from "@/components/BoxTable";
import NoSSR from "react-no-ssr";
import Link from "next/link";