mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-16 12:11:08 -06:00
Switch from relative imports to absolute imports
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user