mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-19 14:43:29 +09:00
update tsconfig and packages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
import Logo from "@components/Logo.astro";
|
||||
import ThemeSwitcher from "@components/ThemeSwitcher.astro";
|
||||
import config from "@config/config.json";
|
||||
import menu from "@config/menu.json";
|
||||
import Logo from "@/components/Logo.astro";
|
||||
import ThemeSwitcher from "@/components/ThemeSwitcher.astro";
|
||||
import config from "@/config/config.json";
|
||||
import menu from "@/config/menu.json";
|
||||
import { IoSearch } from "react-icons/io5/index.js";
|
||||
|
||||
export interface ChildNavigationLink {
|
||||
|
||||
Reference in New Issue
Block a user