Rename "common" to @digiresilience/metamigo-common

This commit is contained in:
Abel Luck 2023-03-13 11:00:49 +00:00
parent cd539525b2
commit 87153723b4
18 changed files with 19 additions and 19 deletions

View file

@ -3,7 +3,7 @@ import {
recordInfo,
UUID,
Flavor,
} from "common";
} from "@digiresilience/metamigo-common";
import type { } from "pg-promise";
export type VoiceLineId = Flavor<UUID, "VoiceLine Id">;