mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
fix folders
This commit is contained in:
parent
f69bd36223
commit
c811577460
30 changed files with 42 additions and 36 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { CLICKHOUSE, KAFKA, RELATIONAL } from 'lib/constants';
|
||||
import { prisma, runQuery } from 'lib/db/relational';
|
||||
import { prisma, runQuery } from 'lib/relational';
|
||||
import clickhouse from 'lib/clickhouse';
|
||||
import kafka from 'lib/db/kafka';
|
||||
import { runAnalyticsQuery } from 'lib/db/db';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue