Move parsers to unique files

This commit is contained in:
2025-10-10 13:29:45 +01:00
parent f8745808b9
commit 5aa4c33059
9 changed files with 318 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
import { notFound } from 'next/navigation';
import Link from 'next/link';
import { Register } from '@/utils/parser';
import { Register } from '@/utils/register_parser';
import RegisterDetail from '@/app/registers/RegisterDetail';
import {Container, Row} from "react-bootstrap";
import { getRegisters } from '@/app/services/register.service';