parent
f2962f5551
commit
57e1c4e9fb
@ -0,0 +1,7 @@
|
|||||||
|
export default function HistoryPage() {
|
||||||
|
return (
|
||||||
|
<div className="v-full flex w-full items-center justify-center">
|
||||||
|
<h1 className="text-center text-4xl font-bold">History</h1>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
export default function MyQuestionsPage() {
|
||||||
|
return (
|
||||||
|
<div className="v-full flex w-full items-center justify-center">
|
||||||
|
<h1 className="text-center text-4xl font-bold">My Questions</h1>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
Loading…
Reference in new issue