Skip to content

Commit 63a09a7

Browse files
authored
Merge pull request #49 from oslabs-beta/ctstamper/File-Structure
Fixed file structure in Dev README
2 parents 00f2c6a + fbe41ac commit 63a09a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ src/
106106
│ ├── components/ # React components
107107
│ ├── constants/ #
108108
│ ├── containers/ # More React components
109-
│ ├── reducers/ # Redux mechanism for updating state
109+
│ ├── slices/ # Redux Toolkit mechanism for updating state
110110
│ ├── styles/ #
111111
│ ├── FrontendTypes.ts # Library of typescript interfaces
112112
│ ├── index.tsx # Starting point for root App component
113113
│ ├── module.d.ts #
114-
│ └── store.tsx #
114+
│ └── store.ts #
115115
116116
├── backend/ # "Backend" code (injected into target app)
117117
│ │ # Focus especially on linkFiber, timeJump, tree, and helpers

0 commit comments

Comments
 (0)