refactor: extract sections

This commit is contained in:
Zotov Ivan Yuryevich
2026-04-04 19:28:07 +03:00
parent 18001a918f
commit 56f6ce41c1
17 changed files with 139 additions and 116 deletions

View File

@@ -2,8 +2,8 @@
import Layout from '../layouts/Layout.astro'
import '../styles/globals.css'
import { getCollection, type CollectionEntry } from 'astro:content'
import { Header } from '../components/Header'
import { Footer } from '../components/Footer'
import { Header } from '../sections/Header'
import { Footer } from '../sections/Footer'
import { CategoryView } from '../views/CategoryView'
export async function getStaticPaths() {