Split up some state stuff

This commit is contained in:
Jon Staab
2026-03-27 13:04:09 -07:00
parent 2be7f4406a
commit 4611baec9d
5 changed files with 96 additions and 81 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import ExternalLinkIcon from "../components/ExternalLinkIcon"
import PricingTable from "../components/PricingTable"
import RelayForm, { type RelayFormValues } from "../components/RelayForm"
import Modal from "../components/Modal"
import Login from "./Login"
import Login from "../views/Login"
import { account, createRelayForActiveTenant } from "../lib/hooks"
import { slugify } from "../lib/slugify"