Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 3d58dae

Browse files
committed
refactor: mv stores to src dir
1 parent a01d953 commit 3d58dae

File tree

28 files changed

+2
-2
lines changed

28 files changed

+2
-2
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@hooks": "./src/hooks",
6161
"@hoc": "./src/hoc",
6262
"@config": "./config",
63-
"@stores": "./stores",
64-
"@model": "./stores/SharedModel",
63+
"@stores": "./src/stores",
64+
"@model": "./src/stores/SharedModel",
6565
"@utils": "./utils",
6666
"@schemas": "./src/schemas",
6767
"@Img": "./src/components/Img",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)