Added help page and rescue component BOD-326
This commit is contained in:
10
client/src/pages/help/help.page.jsx
Normal file
10
client/src/pages/help/help.page.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import HelpRescue from "../../components/help-rescue/help-rescue.component";
|
||||
|
||||
export default function HelpPage() {
|
||||
return (
|
||||
<div>
|
||||
<HelpRescue />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user