feat(FE-438): Add Uniformity detail view and navigation

This commit is contained in:
rstubryan
2025-12-28 20:58:59 +07:00
parent 9f0dc8c644
commit 8ec76af012
6 changed files with 366 additions and 4 deletions
-2
View File
@@ -1,5 +1,3 @@
'use client';
import UniformityForm from '@/components/pages/uniformity/form/UniformityForm';
const AddUniformity = () => {