From 61fd20f010bf4cd8f9aa3113242f87dde8e527ec Mon Sep 17 00:00:00 2001 From: zihluwang Date: Fri, 12 Dec 2025 09:58:55 +0800 Subject: [PATCH] feat: add persist config --- src/store/{auth-slice.ts => auth-slice/index.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/store/{auth-slice.ts => auth-slice/index.ts} (100%) diff --git a/src/store/auth-slice.ts b/src/store/auth-slice/index.ts similarity index 100% rename from src/store/auth-slice.ts rename to src/store/auth-slice/index.ts