completionId: cgen-fbc781758c6542f880dec88eb80543c6
cgen-fbc781758c6542f880dec88eb80543c6
This commit is contained in:
parent
710b59354b
commit
5af41ea6fc
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { useParams, Link } from "react-router-dom";
|
import { useParams, Link, useNavigate } from "react-router-dom";
|
||||||
import Layout from "@/components/Layout";
|
import Layout from "@/components/Layout";
|
||||||
import SEO from "@/components/SEO";
|
import SEO from "@/components/SEO";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
|
@ -16,6 +16,7 @@ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
|
||||||
// API Base URL for fetch requests
|
// API Base URL for fetch requests
|
||||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||||
import { Star, Mail, Music, Zap, Clock } from "lucide-react";
|
import { Star, Mail, Music, Zap, Clock } from "lucide-react";
|
||||||
|
import { resolveIdentifierToUserId, isUUID } from "@/lib/identifier-resolver";
|
||||||
|
|
||||||
interface Artist {
|
interface Artist {
|
||||||
user_id: string;
|
user_id: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue