10 lines
222 B
Text
10 lines
222 B
Text
export * as layout from "../layout.tsx";
|
|
export const meta: Metadata = {
|
|
title: "paper clover q+a",
|
|
};
|
|
|
|
<h2>sound the alarms</h2>
|
|
<p>this page doesn't exist</p>
|
|
<p>
|
|
<a href="/q+a">return to the questions list</a>
|
|
</p>
|