mirror of
https://github.com/zoriya/blog.git
synced 2026-08-15 18:44:35 +00:00
Implement aside
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import "../styles/global.css";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "@/components/Footer.astro";
|
||||
import Header from "@/components/Header.astro";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user