Rename directory

This commit is contained in:
2026-02-02 16:53:22 -05:00
parent 0afc3efa5d
commit a1dbf71de4
10 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { DateTime } from "ts-luxon";
import { get, User } from "../framework/hydrators/user";
import { get, User } from "../diachron/hydrators/user";
import { request } from "../request";
import { html, render } from "../request/util";
import type { Call, Result, Route } from "../types";