From d4d826676e17ce095965726571e4a5b92eef6a46 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 14:56:51 -0400 Subject: [PATCH] Update file structure --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 739fb06..00f1b6d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Inside AstroWind template, you'll see the following folders and files: │ ├── components/ │ │ ├── blog/ │ │ ├── common/ +│ │ ├── ui/ │ │ ├── widgets/ │ │ │ ├── Header.astro │ │ │ └── ... @@ -108,7 +109,7 @@ Inside AstroWind template, you'll see the following folders and files: │ │ └── ... │ ├── utils/ │ ├── config.mjs -│ └── data.js +│ └── navigation.js ├── package.json ├── astro.config.mjs └── ...