mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 03:14:34 -05:00
chore: add prettier config for import sorting, update packages, migrate to prettier 3 (#1777)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { Modal } from "../Modal";
|
||||
import { Button } from "../Button";
|
||||
import { Modal } from "../Modal";
|
||||
|
||||
interface DeleteDialogProps {
|
||||
open: boolean;
|
||||
|
||||
Reference in New Issue
Block a user