move components

This commit is contained in:
2025-05-20 20:34:50 +02:00
parent b610b30a78
commit 7e6a09563a
14 changed files with 16 additions and 27 deletions

View File

@ -2,7 +2,7 @@
import '@assets/website_layout.css';
import BaseLayout from '../BaseLayout.astro';
import { Icon } from 'astro-icon/components';
import Menu from '@components/website/layout/Menu.svelte';
import Menu from '@app/layout/Menu.svelte';
interface Props {
title: string;