mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 03:33:40 -05:00
chore: add prettier config for import sorting, update packages, migrate to prettier 3 (#1777)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { cn } from "@formbricks/lib/cn";
|
||||
import { LucideIcon } from "lucide-react";
|
||||
import Link, { LinkProps } from "next/link";
|
||||
import React, { AnchorHTMLAttributes, ButtonHTMLAttributes, forwardRef } from "react";
|
||||
|
||||
import { cn } from "@formbricks/lib/cn";
|
||||
|
||||
type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement>> | LucideIcon;
|
||||
|
||||
export type ButtonBaseProps = {
|
||||
|
||||
Reference in New Issue
Block a user