fix folders

This commit is contained in:
Brian Cao 2022-08-25 22:20:30 -07:00
parent f69bd36223
commit c811577460
30 changed files with 42 additions and 36 deletions

View file

@ -1,6 +1,6 @@
import { subMinutes } from 'date-fns';
import { CLICKHOUSE, RELATIONAL } from 'lib/constants';
import { rawQuery } from 'lib/db/relational';
import { rawQuery } from 'lib/relational';
import { runAnalyticsQuery } from 'lib/db/db';
import clickhouse from 'lib/clickhouse';