help page fixed
This commit was merged in pull request #51.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { Content } from "../../../_digifi/layout/components/content";
|
||||
|
||||
export default function HelpPage() {
|
||||
return (
|
||||
<div className="w-100 h-100">
|
||||
<h1 className="fs-2hx fw-bold text-gray-800">Help</h1>
|
||||
</div>
|
||||
<Content>
|
||||
<div className="w-100 h-100">
|
||||
<h1 className="fs-2hx fw-bold text-gray-800">Help</h1>
|
||||
</div>
|
||||
</Content>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user