feat: add pages structure
This commit is contained in:
3
src/app/contacts/page.tsx
Normal file
3
src/app/contacts/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function ContactsPage() {
|
||||||
|
return <div>Contacts</div>;
|
||||||
|
}
|
||||||
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>;
|
||||||
|
}
|
||||||
3
src/app/experts/page.tsx
Normal file
3
src/app/experts/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function ExpertsPage() {
|
||||||
|
return <div>Experts</div>;
|
||||||
|
}
|
||||||
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>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/avtomobilja-dlja-suda/page.tsx
Normal file
3
src/app/ocenka/avtomobilja-dlja-suda/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/cennyh-bumag/page.tsx
Normal file
3
src/app/ocenka/cennyh-bumag/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/dlja-banka-vtb/page.tsx
Normal file
3
src/app/ocenka/dlja-banka-vtb/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/dlja-banka/page.tsx
Normal file
3
src/app/ocenka/dlja-banka/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/dlja-ipoteki/page.tsx
Normal file
3
src/app/ocenka/dlja-ipoteki/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/dlja-notariusa/page.tsx
Normal file
3
src/app/ocenka/dlja-notariusa/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/dlja-opeki/page.tsx
Normal file
3
src/app/ocenka/dlja-opeki/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/ocenka/dlja-sberbanka/page.tsx
Normal file
3
src/app/ocenka/dlja-sberbanka/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/dlja-strahovanija/page.tsx
Normal file
3
src/app/ocenka/dlja-strahovanija/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/garazha/page.tsx
Normal file
3
src/app/ocenka/garazha/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/imushhestva-dlja-bankrotstva/page.tsx
Normal file
3
src/app/ocenka/imushhestva-dlja-bankrotstva/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>;
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/kvartiry/page.tsx
Normal file
3
src/app/ocenka/kvartiry/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/mashin-i-oborudovanija/page.tsx
Normal file
3
src/app/ocenka/mashin-i-oborudovanija/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/morskih-i-rechnyh-sudov/page.tsx
Normal file
3
src/app/ocenka/morskih-i-rechnyh-sudov/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/motociklov-i-mototehniki/page.tsx
Normal file
3
src/app/ocenka/motociklov-i-mototehniki/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/nedvizhimosti-dlja-suda/page.tsx
Normal file
3
src/app/ocenka/nedvizhimosti-dlja-suda/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/nedvizhimosti/page.tsx
Normal file
3
src/app/ocenka/nedvizhimosti/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/nematerialnyh-aktivov/page.tsx
Normal file
3
src/app/ocenka/nematerialnyh-aktivov/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/nezavershennogo-stroitelstva/page.tsx
Normal file
3
src/app/ocenka/nezavershennogo-stroitelstva/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/nezavisimaja/page.tsx
Normal file
3
src/app/ocenka/nezavisimaja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/nezhilogo-pomeshhenija/page.tsx
Normal file
3
src/app/ocenka/nezhilogo-pomeshhenija/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/ocenka-imushhestva-pri-razvode/page.tsx
Normal file
3
src/app/ocenka/ocenka-imushhestva-pri-razvode/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/ofisa/page.tsx
Normal file
3
src/app/ocenka/ofisa/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/page.tsx
Normal file
3
src/app/ocenka/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function OcenkaPage() {
|
||||||
|
return <div>Ocenka</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/rynochnoj-stoimosti-avtomobilja/page.tsx
Normal file
3
src/app/ocenka/rynochnoj-stoimosti-avtomobilja/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/sooruzhenij/page.tsx
Normal file
3
src/app/ocenka/sooruzhenij/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/spectehniki/page.tsx
Normal file
3
src/app/ocenka/spectehniki/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/stoimosti-arendnoj-stavki/page.tsx
Normal file
3
src/app/ocenka/stoimosti-arendnoj-stavki/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/stoimosti-predprijatija-biznesa/page.tsx
Normal file
3
src/app/ocenka/stoimosti-predprijatija-biznesa/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/ushherba-nedvizhimosti/page.tsx
Normal file
3
src/app/ocenka/ushherba-nedvizhimosti/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/ushherba-ot-pozhara/page.tsx
Normal file
3
src/app/ocenka/ushherba-ot-pozhara/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/ushherba-ot-zaliva/page.tsx
Normal file
3
src/app/ocenka/ushherba-ot-zaliva/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/ushherba-v-dtp/page.tsx
Normal file
3
src/app/ocenka/ushherba-v-dtp/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/ocenka/zdanija/page.tsx
Normal file
3
src/app/ocenka/zdanija/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/zemel/page.tsx
Normal file
3
src/app/ocenka/zemel/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/zemelnogo-uchastka/page.tsx
Normal file
3
src/app/ocenka/zemelnogo-uchastka/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
3
src/app/ocenka/zhilogo-doma/page.tsx
Normal file
3
src/app/ocenka/zhilogo-doma/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return <div>Page</div>;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user