Created the ManageArea.jsx
This commit is contained in:
13
admin/src/pages/Home/components/ManageArea/ManageArea.jsx
Normal file
13
admin/src/pages/Home/components/ManageArea/ManageArea.jsx
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
import "./styles.sass";
|
||||||
|
import TextBox from "@/common/components/TextBox";
|
||||||
|
import Button from "@/common/components/Button";
|
||||||
|
import {faSearch} from "@fortawesome/free-solid-svg-icons";
|
||||||
|
|
||||||
|
export const ManageArea = () => {
|
||||||
|
return (
|
||||||
|
<div className="manage-area">
|
||||||
|
<TextBox icon={faSearch} placeholder="Link suchen"/>
|
||||||
|
<Button text="Link erstellen" />
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
Reference in New Issue
Block a user