mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 23:47:31 +00:00
feat: refactor several components and clean up ui
This commit is contained in:
@@ -2,7 +2,7 @@ import { eq, isNotNull } from "drizzle-orm";
|
||||
|
||||
import log from "~/utils/log";
|
||||
|
||||
import type { Route } from "../../layouts/+types/dashboard";
|
||||
import type { Route } from "../../layout/+types/app";
|
||||
import { ephemeralNodes } from "./schema";
|
||||
|
||||
export async function pruneEphemeralNodes({ context, request }: Route.LoaderArgs) {
|
||||
|
||||
Reference in New Issue
Block a user