mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: replace MoreLink with preact component
This commit is contained in:
@@ -7,7 +7,6 @@ import { site, animation, animationDelay } from '../data/site';
|
||||
|
||||
import GridLayout from '../layouts/GridLayout.astro';
|
||||
|
||||
import MoreLink from '../components/MoreLink.astro';
|
||||
import PageTitle from '../components/PageTitle.astro';
|
||||
import Picture from '../components/Picture.astro';
|
||||
import JournalList from '../components/JournalList.astro';
|
||||
@@ -19,7 +18,7 @@ import JournalList from '../components/JournalList.astro';
|
||||
import WriteFile from '../components/WriteFile.astro';
|
||||
import RssXml from '../components/RssXml.astro';
|
||||
|
||||
import { Headline } from '../components';
|
||||
import { Headline, MoreLink } from '../components';
|
||||
|
||||
import { Content as AboutMe } from '../text/homepage/about-me.mdx';
|
||||
import { Content as WhatIDo } from '../text/homepage/what-i-do.mdx';
|
||||
|
||||
Reference in New Issue
Block a user