Refactor some of the filenames, and random hallucination CSS
This commit is contained in:
@@ -3,7 +3,7 @@ import path from 'path';
|
||||
import { notFound } from 'next/navigation';
|
||||
import Link from 'next/link';
|
||||
import { Register, RegisterAccess } from '../../registers/types';
|
||||
import RegisterDetail from '../RegisterDetail';
|
||||
import RegisterDetail from '@/app/registers/RegisterDetail';
|
||||
import {Container, Row} from "react-bootstrap";
|
||||
|
||||
async function parseNextReg(fileContent: string): Promise<Register[]> {
|
||||
|
||||
Reference in New Issue
Block a user