From 7aa9a502074f8f6ed9834ff7c38510fe570e72e0 Mon Sep 17 00:00:00 2001 From: Philip <4144601+philipbrembeck@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:23:36 +0200 Subject: [PATCH] docs: Formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6777d3c..0a24f670 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ src/ │ │ │ ├── util.ts │ │ │ └── util.test.ts # Utility specify tests │ │ ├── models/ # Component-specific types/interfaces -│ │ ├── componentPart.tsx # Component files -│ │ └── index.tsx # Component files +│ │ ├── componentPart.tsx # Component files +│ │ └── index.tsx # Component files ├── @models/ # Global type definitions ├── styles/ # CSS styles ├── tests/ # Only test setup files & Playwright tests