From 7ee1a7892a87e0d31357d0186d212e19850f112e Mon Sep 17 00:00:00 2001 From: Tuguldur Gantulga <62280291+tuduun@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:38:47 -0400 Subject: [PATCH] Update Filestructure.md --- Filestructure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Filestructure.md b/Filestructure.md index d0ecde5..86636ed 100644 --- a/Filestructure.md +++ b/Filestructure.md @@ -1,5 +1,6 @@ ## Directory Structure +``` src/ │ ├── components/ - UI components used throughout the application @@ -37,5 +38,6 @@ src/ ├── App.js - Main application component ├── MyRouter.js - Router setup for the application └── index.js - Entry point for the application +``` ### Goodluck Allegheny Gator Developers! - Tugi