From f30c964c06987f87b615c3eec25197241175db96 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 21 Sep 2022 02:31:52 +0200 Subject: [PATCH] feat: move auth to stores --- src/{store/modules => stores}/auth.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{store/modules => stores}/auth.ts (100%) diff --git a/src/store/modules/auth.ts b/src/stores/auth.ts similarity index 100% rename from src/store/modules/auth.ts rename to src/stores/auth.ts