diff --git a/frontend/src/Image.tsx b/frontend/src/Image.tsx index 9fb0734..ce98c45 100644 --- a/frontend/src/Image.tsx +++ b/frontend/src/Image.tsx @@ -1,8 +1,9 @@ -import { useParams } from "@solidjs/router"; +import { A, useParams } from "@solidjs/router"; import { For, Show, type Component } from "solid-js"; import { base, type UserImage } from "./network"; import { useSearchImageContext } from "./contexts/SearchImageContext"; import { SearchCard } from "./components/search-card/SearchCard"; +import { IconArrowLeft } from "@tabler/icons-solidjs"; export const Image: Component = () => { const { imageId } = useParams<{ imageId: string }>(); @@ -16,6 +17,11 @@ export const Image: Component = () => { return (
+ users