From 094b38e341f0ea928fba04d047f37e55fe127583 Mon Sep 17 00:00:00 2001 From: Grigory V Date: Thu, 11 Jul 2024 15:44:57 +0200 Subject: [PATCH] fixup! chore(comments): register Pinia and clean up Signed-off-by: Grigory V --- apps/comments/src/store/deletedCommentLimbo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/comments/src/store/deletedCommentLimbo.js b/apps/comments/src/store/deletedCommentLimbo.js index c51ba03a891ca..359af42a088d5 100644 --- a/apps/comments/src/store/deletedCommentLimbo.js +++ b/apps/comments/src/store/deletedCommentLimbo.js @@ -3,7 +3,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -//make a pinia store import { defineStore } from 'pinia' export const useDeletedCommentLimbo = defineStore('deletedCommentLimbo', {