Share modal; LinkShare component.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import ShareModal from "../components/modals/ShareModal";
|
||||
import Button from "../components/ui/Button";
|
||||
import { useMe, useLogout } from "../hooks/useAuth";
|
||||
import { useNavigate } from "react-router";
|
||||
@@ -18,6 +19,12 @@ function HomePage() {
|
||||
<div className="p-8 bg-white rounded-lg shadow-md">
|
||||
<h1 className="mb-6 text-3xl font-bold">Главная страница</h1>
|
||||
|
||||
{/* Потестить модалки */}
|
||||
|
||||
{/* <div className="w-[21.667vw] outline-1 outline">
|
||||
<ShareModal />
|
||||
</div> */}
|
||||
|
||||
<div className="space-y-4">
|
||||
<div className="p-4 bg-blue-50 rounded-lg border border-blue-200">
|
||||
<h2 className="mb-2 text-xl font-semibold">
|
||||
|
||||
Reference in New Issue
Block a user