refactor: move usages of create-id to common package (#3606)
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"@homarr/common": "workspace:^",
|
||||
"@homarr/db": "workspace:^",
|
||||
"@homarr/definitions": "workspace:^",
|
||||
"@homarr/log": "workspace:^",
|
||||
"ioredis": "5.6.1",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import superjson from "superjson";
|
||||
|
||||
import { hashObjectBase64 } from "@homarr/common";
|
||||
import { createId } from "@homarr/db";
|
||||
import { createId, hashObjectBase64 } from "@homarr/common";
|
||||
import type { WidgetKind } from "@homarr/definitions";
|
||||
import { logger } from "@homarr/log";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user