refactor: rename package scope from @sexy.pivoine.art to @sexy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:46:26 +01:00
parent 9b8b07c653
commit b3596d0b0a
14 changed files with 28 additions and 28 deletions

View File

@@ -27,10 +27,10 @@ export type {
RecentPoint,
UserGamification,
Achievement,
} from "@sexy.pivoine.art/types";
} from "@sexy/types";
import type { CurrentUser } from "@sexy.pivoine.art/types";
import type { ButtplugClientDevice } from "@sexy.pivoine.art/buttplug";
import type { CurrentUser } from "@sexy/types";
import type { ButtplugClientDevice } from "@sexy/buttplug";
// ─── Frontend-only types ─────────────────────────────────────────────────────