690319:2254 Update Backend & Frontend dep. #02
Build and Deploy / deploy (push) Failing after 11m29s
Build and Deploy / deploy (push) Failing after 11m29s
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function NumberingNewPage() {
|
||||
// Redirect to the correct numbering new location
|
||||
redirect('/admin/doc-control/numbering/new');
|
||||
}
|
||||
Reference in New Issue
Block a user