From 69aeb7889ac136a8e4fbe7de1330298e30345479 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:59:12 +0400 Subject: feat/frontend: switch to vite, update node to v22 (#281) --- frontend/src/images/Images.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'frontend/src/images/Images.tsx') diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx index 198431b..c4511ef 100644 --- a/frontend/src/images/Images.tsx +++ b/frontend/src/images/Images.tsx @@ -1,25 +1,25 @@ import logo from "./png/logo.png" import login from "./png/login.png" -import img1 from './png/1.png'; -import img2 from './png/2.png'; -import img3 from './png/3.png'; -import img4 from './png/4.png'; -import img5 from './png/5.png'; -import img6 from './png/6.png'; -import img7 from './png/7.png'; -import img8 from './png/8.png'; -import img9 from './png/9.png'; -import img10 from './png/10.png'; -import img11 from './png/11.png'; -import img12 from './png/12.png'; -import img13 from './png/13.png'; -import img14 from './png/14.png'; -import img15 from './png/15.png'; -import img16 from './png/16.png'; -import img17 from './png/17.png'; -import img18 from './png/18.png'; -import img19 from './png/19.png'; -import img20 from './png/20.png'; +import img1 from "./png/1.png"; +import img2 from "./png/2.png"; +import img3 from "./png/3.png"; +import img4 from "./png/4.png"; +import img5 from "./png/5.png"; +import img6 from "./png/6.png"; +import img7 from "./png/7.png"; +import img8 from "./png/8.png"; +import img9 from "./png/9.png"; +import img10 from "./png/10.png"; +import img11 from "./png/11.png"; +import img12 from "./png/12.png"; +import img13 from "./png/13.png"; +import img14 from "./png/14.png"; +import img15 from "./png/15.png"; +import img16 from "./png/16.png"; +import img17 from "./png/17.png"; +import img18 from "./png/18.png"; +import img19 from "./png/19.png"; +import img20 from "./png/20.png"; import img21 from "./png/21.png"; export const LogoIcon = logo; -- cgit v1.2.3