mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +01:00
Remove duplicate Props interface declaration
This commit is contained in:
parent
7abadc862f
commit
37ccd5f038
@ -4,15 +4,8 @@
|
|||||||
import '../styles/global.css';
|
import '../styles/global.css';
|
||||||
import { SITE_TITLE } from '../consts';
|
import { SITE_TITLE } from '../consts';
|
||||||
|
|
||||||
export interface Props {
|
|
||||||
title: string;
|
|
||||||
description: string;
|
|
||||||
image?: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
import Header from '../components/Header.astro';
|
import Header from '../components/Header.astro';
|
||||||
import Footer from '../components/Footer.astro';
|
import Footer from '../components/Footer.astro';
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user