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