main
Last change
on this file since 299af01 was 057453c, checked in by Naum Shapkarovski <naumshapkarovski@…>, 6 weeks ago |
feat: implement employees
|
-
Property mode
set to
100644
|
File size:
238 bytes
|
Line | |
---|
1 | 'use client';
|
---|
2 |
|
---|
3 | import { EmployeeCreateView } from 'src/sections/employee/view';
|
---|
4 |
|
---|
5 | // ----------------------------------------------------------------------
|
---|
6 |
|
---|
7 | export default function EmployeeCreatePage() {
|
---|
8 | return <EmployeeCreateView />;
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.