Fix some linting

This commit is contained in:
2025-10-08 13:57:33 +01:00
parent ef6f47582c
commit fe3d3451b8
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { promises as fs } from 'fs';
import path from 'path';
import { notFound } from 'next/navigation';
import Link from 'next/link';
import { Register, RegisterAccess } from '../../registers/types';
import { Register, RegisterAccess } from '@/app/registers/types';
import RegisterDetail from '@/app/registers/RegisterDetail';
import {Container, Row} from "react-bootstrap";