From 4606e1b2b8e70293c274664182a50bf6eed9d0bf Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Wed, 12 Aug 2026 17:02:23 +0530 Subject: [PATCH] docs: fix Separation of Concerns section to match actual Project Structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e0d45..dd30f0e 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Each feature contains: - **components/** → UI - **hooks/** → logic abstraction - **services/** → API/business logic -- **slice/** → state management +- **featureSlice.ts** → state management ---