refactor: ♻️ Use new Versia branding everywhere

This commit is contained in:
Jesse Wierzbinski 2024-08-28 00:23:29 +02:00
parent b734d8ad67
commit cc54e95e92
No known key found for this signature in database
68 changed files with 147 additions and 154 deletions

View file

@ -1,4 +1,4 @@
import type { ApplicationData } from "@lysand-org/client/types";
import type { ApplicationData } from "@versia/client/types";
import { nanoid } from "nanoid";
export const signInWithCode = (code: string, appData: ApplicationData) => {