From 0d25abab798c005266a1c0b4eeba957d232d4328 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 16 Dec 2023 02:40:03 -0500 Subject: move blog admin state to pinia store plugin --- lib/admin/src/content/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/admin/src/content/index.ts') diff --git a/lib/admin/src/content/index.ts b/lib/admin/src/content/index.ts index 802c002..d014136 100644 --- a/lib/admin/src/content/index.ts +++ b/lib/admin/src/content/index.ts @@ -13,5 +13,4 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -export * from './useContent' -export * from './computedContent' \ No newline at end of file +export * from './useContent' \ No newline at end of file -- cgit