common is now a node package

This commit is contained in:
2026-06-29 14:22:14 +02:00
parent 3917b5303e
commit 8b7894ccb1
17 changed files with 247 additions and 193 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { NotDerivate, useBox } from "@common/shared/utils/ui/vide";
import { Atom } from "@rbxts/charm";
import Vide, { Derivable, source } from "@rbxts/vide";
import { NotDerivate, useBox } from "../../../../shared/utils/ui/vide";
/**
* Props of a toggle.
*/