Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorkowalski94 committed Aug 29, 2024
1 parent b272916 commit 277efae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/project-structure-folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ export const folderStructureConfig = createFolderStructure({
},
// components/ComponentName/ComponentName.tsx
// components/ComponentName/ComponentName.test.tsx
// components/ComponentName/ComponentName.types.ts
// components/ComponentName/ComponentName.api.ts
// components/ComponentName/componentName.types.ts
// components/ComponentName/componentName.api.ts
// components/ComponentName/hooks/... All files and folders of the hooks_folder rule.
// components/ComponentName/components/... All files and folders of the components_folder rule.
components_folder: {
Expand All @@ -284,8 +284,8 @@ export const folderStructureConfig = createFolderStructure({
},
// ComponentName/ComponentName.tsx
// ComponentName/ComponentName.test.tsx
// ComponentName/ComponentName.types.ts
// ComponentName/ComponentName.api.ts
// ComponentName/componentName.types.ts
// ComponentName/componentName.api.ts
// ComponentName/hooks/... All files and folders of the hooks_folder rule.
// ComponentName/components/... All files and folders of the components_folder rule.
component_folder: {
Expand Down

0 comments on commit 277efae

Please sign in to comment.