react
This commit is contained in:
7
src/pages/specification/history/[id]/page.tsx
Normal file
7
src/pages/specification/history/[id]/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { DetailViewPage } from "@/features/specification/ui/DetailViewPage";
|
||||
|
||||
const SpecificationDetail = () => {
|
||||
return <DetailViewPage />;
|
||||
};
|
||||
|
||||
export default SpecificationDetail;
|
||||
Reference in New Issue
Block a user