completionId: cgen-3779e92dee434bb183c10a9bc7336ae3
cgen-3779e92dee434bb183c10a9bc7336ae3
This commit is contained in:
parent
977489c610
commit
2a2053c03d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { useNavigate, useLocation } from "react-router-dom";
|
||||
import { ExternalLink } from "lucide-react";
|
||||
|
||||
export default function DevLinkProfiles() {
|
||||
const navigate = useNavigate();
|
||||
const location = useLocation();
|
||||
const isWaitlist = location.pathname.includes("/waitlist");
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue