From c8fc57864cedff194d782ef9570836117c69c4a8 Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:35:00 +0530 Subject: [PATCH] Restyle update (#1277) * Restyled by clang-format * Restyled by prettier --------- Co-authored-by: Restyled.io --- src/js/postFn.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/postFn.js b/src/js/postFn.js index 4a1b0e3c9..bd94f4eed 100644 --- a/src/js/postFn.js +++ b/src/js/postFn.js @@ -1,7 +1,8 @@ +import firebase from "firebase/compat/app"; + import { db, storage } from "../lib/firebase"; -import { playErrorSound, playSuccessSound } from "./sounds"; -import firebase from "firebase/compat/app"; +import { playErrorSound, playSuccessSound } from "./sounds"; export const deletePost = async ( uid,