modified: main_dc/yalarba/easySite/easySite/app/pages/rules/index.vue

fix rules page doubled header and footer
This commit is contained in:
2026-01-07 10:09:57 +05:00
parent 70cd42e660
commit d8acbcf432
@@ -1,17 +1,13 @@
<!-- pages/pricing.vue -->
<template>
<div>
<Header />
<PricingSection />
<FAQSection />
<Footer />
</div>
</template>
<script setup>
// Импортируем компоненты
import Header from '~/components/layout/Header.vue'
import Footer from '~/components/layout/Footer.vue'
import PricingSection from '~/components/pricing/PricingSection.vue'
import FAQSection from '~/components/pricing/FAQSection.vue'