Skip to content

Commit e3763ff

Browse files
authored
Update folder structure (Cont)
1 parent c933305 commit e3763ff

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -59,32 +59,32 @@ turbo dev
5959

6060
# Folder structure
6161

62-
├── src
63-
│ ├── actions
64-
│ ├── app
65-
│ ├── configs
66-
│ ├── constants
67-
│ ├── emails
68-
│ ├── font
69-
│ ├── hooks
70-
│ ├── i18n.ts
71-
│ ├── libs
72-
│ ├── messages
73-
│ ├── middleware.ts
74-
│ ├── molecules
75-
│ ├── providers
76-
│ ├── types
77-
│ └── utils
78-
└── types
79-
└── next-auth.d.ts
80-
├── package.json
81-
├── postcss.config.js
82-
├── tailwind.config.js
83-
├── tsconfig.json
84-
├── components.json
85-
├── env.example
86-
├── next-env.d.ts
87-
├── next.config.mjs
62+
├── src
63+
│ ├── actions
64+
│ ├── app
65+
│ ├── configs
66+
│ ├── constants
67+
│ ├── emails
68+
│ ├── font
69+
│ ├── hooks
70+
│ ├── i18n.ts
71+
│ ├── libs
72+
│ ├── messages
73+
│ ├── middleware.ts
74+
│ ├── molecules
75+
│ ├── providers
76+
│ ├── types
77+
│ └── utils
78+
└── types
79+
└── next-auth.d.ts
80+
├── package.json
81+
├── postcss.config.js
82+
├── tailwind.config.js
83+
├── tsconfig.json
84+
├── components.json
85+
├── env.example
86+
├── next-env.d.ts
87+
├── next.config.mjs
8888

8989
## Front side functions
9090

0 commit comments

Comments
 (0)