feat: add pages structure
This commit is contained in:
3
src/app/ekspertiza/avtotehnicheskaja/page.tsx
Normal file
3
src/app/ekspertiza/avtotehnicheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/buhgalterskaja/page.tsx
Normal file
3
src/app/ekspertiza/buhgalterskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/dokumentov/page.tsx
Normal file
3
src/app/ekspertiza/dokumentov/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/finansovo-jekonomicheskaja/page.tsx
Normal file
3
src/app/ekspertiza/finansovo-jekonomicheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/kadastrovaja/page.tsx
Normal file
3
src/app/ekspertiza/kadastrovaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/kompjuterno-tehnicheskaja/page.tsx
Normal file
3
src/app/ekspertiza/kompjuterno-tehnicheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/ocenochnaja/page.tsx
Normal file
3
src/app/ekspertiza/ocenochnaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/page.tsx
Normal file
3
src/app/ekspertiza/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function ExpertizaPage() {
|
||||
return <div>Expertiza</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/pocherkovedcheskaja/page.tsx
Normal file
3
src/app/ekspertiza/pocherkovedcheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/pozharno-tehnicheskaja/page.tsx
Normal file
3
src/app/ekspertiza/pozharno-tehnicheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/recenzirovanie/page.tsx
Normal file
3
src/app/ekspertiza/recenzirovanie/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/stroitelno-tehnicheskaja/page.tsx
Normal file
3
src/app/ekspertiza/stroitelno-tehnicheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/tehniko-kriminalisticheskaja/page.tsx
Normal file
3
src/app/ekspertiza/tehniko-kriminalisticheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/tovarovedcheskaja/page.tsx
Normal file
3
src/app/ekspertiza/tovarovedcheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/trasologicheskaja/page.tsx
Normal file
3
src/app/ekspertiza/trasologicheskaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/ekspertiza/zemle-ustroitelnaja/page.tsx
Normal file
3
src/app/ekspertiza/zemle-ustroitelnaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user