warning hataları düzeltildi.

This commit is contained in:
Sedat ÖZTÜRK 2025-08-18 11:45:37 +03:00
parent 828466f312
commit 0d04a30767
3 changed files with 9 additions and 2 deletions

View file

@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.s0vun21q3d"
"revision": "0.p87ro290qlo"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

View file

@ -13,7 +13,7 @@ const queryClient = new QueryClient()
function App() {
return (
<StoreProvider store={store}>
<BrowserRouter>
<BrowserRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<DynamicRoutesProvider>
<ComponentProvider>
<ComponentRegistryProvider>

View file

@ -1,5 +1,12 @@
// src/utils/tailwind.ts
import colors from 'tailwindcss/colors'
// Tailwind eski renk isimlerinden kaynaklı uyarıları engelle
delete (colors as any).lightBlue
delete (colors as any).warmGray
delete (colors as any).trueGray
delete (colors as any).coolGray
delete (colors as any).blueGray
// Tailwind breakpoints (px)
export const SCREENS = {