mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed import.
This commit is contained in:
parent
a97752545d
commit
8ccaeb96b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import debug from 'debug';
|
import debug from 'debug';
|
||||||
import { PrismaClient } from '@/generated/prisma/index.js';
|
import { PrismaClient } from '@prisma/client';
|
||||||
import { readReplicas } from '@prisma/extension-read-replicas';
|
import { readReplicas } from '@prisma/extension-read-replicas';
|
||||||
import { formatInTimeZone } from 'date-fns-tz';
|
import { formatInTimeZone } from 'date-fns-tz';
|
||||||
import { MYSQL, POSTGRESQL, getDatabaseType } from '@/lib/db';
|
import { MYSQL, POSTGRESQL, getDatabaseType } from '@/lib/db';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue