fix: massive fix for circular depsga!

This commit is contained in:
Kevin Nadro
2025-04-22 12:31:39 -05:00
parent 3c61d79a65
commit f7068e51d3
56 changed files with 216 additions and 84 deletions

View File

@ -1,5 +1,5 @@
import type { Command } from '@src/lib/commandTypes'
import { authActor } from '@src/machines/appMachine'
import { authActor } from '@src/lib/singletons'
import { ACTOR_IDS } from '@src/machines/machineConstants'
export const authCommands: Command[] = [