From f63ae0499c241a20f5c77e31963c8cfda2b1dfbf Mon Sep 17 00:00:00 2001 From: AnsahMohammad Date: Sun, 17 Dec 2023 20:50:29 +0530 Subject: [PATCH] docs: moved assets from src/ to src/appflowy_app/ --- .../architecture/frontend/frontend-tauri/codemap.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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