From 62f204f40cc68148a1899d34f061204b949e4d3c Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:23:03 -0500 Subject: [PATCH] rename folder for nextjs 13 --- src/{app => redux}/hooks.ts | 0 src/{app => redux}/store.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{app => redux}/hooks.ts (100%) rename src/{app => redux}/store.ts (100%) diff --git a/src/app/hooks.ts b/src/redux/hooks.ts similarity index 100% rename from src/app/hooks.ts rename to src/redux/hooks.ts diff --git a/src/app/store.ts b/src/redux/store.ts similarity index 100% rename from src/app/store.ts rename to src/redux/store.ts