mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 07:28:35 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
|
@ -1,7 +1,8 @@
|
|||
"use client";
|
||||
|
||||
import * as React from "react";
|
||||
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
||||
import * as React from "react";
|
||||
|
||||
import CheckboxCheckIcon from "./checkbox-check.svg";
|
||||
import { cn } from "./lib/utils";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue