From cebf8feb6a792758bd068773eb5c14698a8ce520 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 19 May 2025 21:06:16 -0400 Subject: [PATCH] lint --- src/front/utilities/snackbar/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/front/utilities/snackbar/index.ts b/src/front/utilities/snackbar/index.ts index 310a439..721100a 100644 --- a/src/front/utilities/snackbar/index.ts +++ b/src/front/utilities/snackbar/index.ts @@ -16,12 +16,12 @@ interface Options { * * `bottom-end`: Aligned to the bottom, right */ placement?: - | "top" - | "top-start" - | "top-end" - | "bottom" - | "bottom-start" - | "bottom-end"; + | "top" + | "top-start" + | "top-end" + | "bottom" + | "bottom-start" + | "bottom-end"; /** * The text for the action button. */