mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 04:46:22 +02:00
Add eslint import rules
This commit is contained in:
parent
6717b3ca48
commit
c5c2816c3d
49 changed files with 139 additions and 79 deletions
|
@ -1,6 +1,7 @@
|
|||
import { addMinutes } from "date-fns";
|
||||
import { NextApiRequest, NextApiResponse } from "next";
|
||||
import { nanoid } from "utils/nanoid";
|
||||
|
||||
import { prisma } from "../../../db";
|
||||
|
||||
const participantData = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue