feat: add pages structure
This commit is contained in:
3
src/app/jurist/bankrotstvo-fizicheskih-lic/page.tsx
Normal file
3
src/app/jurist/bankrotstvo-fizicheskih-lic/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/page.tsx
Normal file
3
src/app/jurist/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function JuristPage() {
|
||||
return <div>Jurist</div>;
|
||||
}
|
||||
3
src/app/jurist/pomoshh-dolzhnikam/page.tsx
Normal file
3
src/app/jurist/pomoshh-dolzhnikam/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/predstavitelstvo-v-sude/page.tsx
Normal file
3
src/app/jurist/predstavitelstvo-v-sude/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/semejnye-i-nasledstvennye-spory/page.tsx
Normal file
3
src/app/jurist/semejnye-i-nasledstvennye-spory/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/spory-po-dtp/page.tsx
Normal file
3
src/app/jurist/spory-po-dtp/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/strahovye-spory/page.tsx
Normal file
3
src/app/jurist/strahovye-spory/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/trudovye-spory/page.tsx
Normal file
3
src/app/jurist/trudovye-spory/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
3
src/app/jurist/zemelnye-i-imushhestvennye-spory/page.tsx
Normal file
3
src/app/jurist/zemelnye-i-imushhestvennye-spory/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Page() {
|
||||
return <div>Page</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user