cleanup: components
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import Footer from "./Footer";
|
||||
import StaticLogoHeader from "./StaticLogoHeader";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
type InfoPageProps = {
|
||||
title: string;
|
||||
subtitle?: string;
|
||||
children: React.ReactNode;
|
||||
children: ReactNode;
|
||||
};
|
||||
|
||||
export default function InfoPage({ title, subtitle, children }: InfoPageProps) {
|
||||
|
||||
Reference in New Issue
Block a user