diff --git a/essential-documentation/contribute-to-appflowy/architecture/frontend/frontend-tauri/codemap.md b/essential-documentation/contribute-to-appflowy/architecture/frontend/frontend-tauri/codemap.md index 4d95333a..9208ea87 100644 --- a/essential-documentation/contribute-to-appflowy/architecture/frontend/frontend-tauri/codemap.md +++ b/essential-documentation/contribute-to-appflowy/architecture/frontend/frontend-tauri/codemap.md @@ -18,6 +18,7 @@ Contains all the React source code 2. home > Implements the application skeleton that including the sider, header, and footer. +3. assets ### 2. services @@ -25,8 +26,6 @@ Contains all the React source code > Contains all the backend bridge files that including the auto-generated events,protobuf, and etc. -### 3. assets - ## [src-tauri](https://tauri.app/v1/guides/getting-started/setup/html-css-js) Contains all the Rust source code