From 0da02d2f03b2f4daace297ce14bbd2ba485466b7 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 11 Jan 2025 14:12:21 +0330 Subject: [PATCH] fix deploy build --- src/App.tsx | 2 +- tsconfig.json | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1f052ac..2399287 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ import { FC, useEffect, useState } from 'react' import { BrowserRouter } from 'react-router-dom' -import 'swiper/css' +import 'swiper/swiper-bundle.css'; import 'rc-rate/assets/index.css'; import i18next from 'i18next' import { I18nextProvider } from 'react-i18next' diff --git a/tsconfig.json b/tsconfig.json index 1ffef60..fcf5db7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,11 @@ { "files": [], "references": [ - { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" } - ] -} + { + "path": "./tsconfig.app.json" + }, + { + "path": "./tsconfig.node.json" + } + ], +} \ No newline at end of file