Switch to absolute imports

This commit is contained in:
Jon Staab
2026-03-27 13:11:31 -07:00
parent 4611baec9d
commit 23221497d5
27 changed files with 140 additions and 133 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { Show } from "solid-js"
import { A } from "@solidjs/router"
import { PLATFORM_NAME, useProfilePicture, account } from "../lib/hooks"
import { useProfilePicture } from "@/lib/hooks"
import { PLATFORM_NAME, account } from "@/lib/state"
export default function Navbar() {
const picture = useProfilePicture(() => account()?.pubkey)