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 -2
View File
@@ -1,6 +1,6 @@
import { createEffect, createSignal } from "solid-js"
import type { Relay } from "../lib/hooks"
import { slugify } from "../lib/slugify"
import type { Relay } from "@/lib/hooks"
import { slugify } from "@/lib/slugify"
export type RelayFormValues = {
info_name: string