mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
fix imports
This commit is contained in:
parent
8aec6d7406
commit
f327b5c0f7
31 changed files with 100 additions and 356 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { runQuery } from 'queries';
|
||||
import { runQuery } from 'lib/queries';
|
||||
import prisma from 'lib/db';
|
||||
|
||||
export async function createSession(website_id, data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue