From dc2e7441d6d20552b3d3cfde047f52f9b764580e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=82=D0=BE=D0=BB=D0=B8=D0=B9=20=D0=A2?= =?UTF-8?q?=D1=83=D1=85=D1=82=D0=B0=D1=80=D0=BE=D0=B2?= Date: Thu, 13 Mar 2025 07:16:49 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=20Projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.svelte | 22 +++------------------- frontend/src/Projects.svelte | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 frontend/src/Projects.svelte diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 4813b9e..52b876c 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,13 +1,14 @@ + +
+

ПРОЕКТЫ

+ {#each projects as project} +
+ + +
+ {project.name} +
+
+ {/each} +
+ + \ No newline at end of file