Skip to content

Commit 3e954e5

Browse files
authored
Update README.md
1 parent e3763ff commit 3e954e5

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,23 @@ 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
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
7877
└── types
79-
── next-auth.d.ts
78+
├────── next-auth.d.ts
8079
├── package.json
8180
├── postcss.config.js
8281
├── tailwind.config.js

0 commit comments

Comments
 (0)