fix import

pull/1294/head
Brian Cao 2022-07-12 19:50:47 -07:00
parent 8c43dc67b7
commit 2950343f94
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import moment from 'moment-timezone'; import moment from 'moment-timezone';
import { getEventMetrics } from 'queries/analytics'; import { getEventMetrics } from 'queries';
import { ok, badRequest, methodNotAllowed, unauthorized } from 'lib/response'; import { ok, badRequest, methodNotAllowed, unauthorized } from 'lib/response';
import { allowQuery } from 'lib/auth'; import { allowQuery } from 'lib/auth';
import { useCors } from 'lib/middleware'; import { useCors } from 'lib/middleware';