Clean up record management

This commit is contained in:
Endeavorance 2025-04-04 14:05:15 -04:00
parent 5b90a8e1b3
commit ffaeb4841e
5 changed files with 139 additions and 148 deletions

View file

@ -1,4 +1,4 @@
import { loadBinding, type Binding } from "#core/binding";
import type { Binding } from "#core/binding";
export class Muse {
bindingLoaded = false;