Skip to content

Commit

Permalink
Restyle update (#1277)
Browse files Browse the repository at this point in the history
* Restyled by clang-format

* Restyled by prettier

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
restyled-io[bot] and restyled-commits committed Oct 16, 2023
1 parent 1fb368f commit c8fc578
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/postFn.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c8fc578

Please sign in to comment.