mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
refactor: migrate Preact components to Astro
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
// Cspell:words astro classnames
|
||||
import cx from 'classnames';
|
||||
|
||||
import { Title } from './Title';
|
||||
import Title from './Title.astro';
|
||||
|
||||
export interface Props {
|
||||
class?: string;
|
||||
|
||||
Reference in New Issue
Block a user