Refactor some of the filenames, and random hallucination CSS

This commit is contained in:
2025-10-08 13:56:27 +01:00
parent ad8e552177
commit ef6f47582c
5 changed files with 140 additions and 198 deletions

View File

@@ -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[]> {