mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-31 23:19:15 +02:00
Add eslint import rules
This commit is contained in:
parent
6717b3ca48
commit
c5c2816c3d
49 changed files with 139 additions and 79 deletions
|
@ -4,6 +4,7 @@ import { exclude, getQueryParam } from "utils/api-utils";
|
|||
import { LegacyPoll } from "utils/legacy-utils";
|
||||
import { getMongoClient } from "utils/mongodb-client";
|
||||
import { nanoid } from "utils/nanoid";
|
||||
|
||||
import { prisma } from "../../../db";
|
||||
|
||||
export default async function handler(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue