warning hataları düzeltildi.
This commit is contained in:
parent
828466f312
commit
0d04a30767
3 changed files with 9 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
|
||||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||||
}, {
|
}, {
|
||||||
"url": "index.html",
|
"url": "index.html",
|
||||||
"revision": "0.s0vun21q3d"
|
"revision": "0.p87ro290qlo"
|
||||||
}], {});
|
}], {});
|
||||||
workbox.cleanupOutdatedCaches();
|
workbox.cleanupOutdatedCaches();
|
||||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ const queryClient = new QueryClient()
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<StoreProvider store={store}>
|
<StoreProvider store={store}>
|
||||||
<BrowserRouter>
|
<BrowserRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
|
||||||
<DynamicRoutesProvider>
|
<DynamicRoutesProvider>
|
||||||
<ComponentProvider>
|
<ComponentProvider>
|
||||||
<ComponentRegistryProvider>
|
<ComponentRegistryProvider>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
// src/utils/tailwind.ts
|
// src/utils/tailwind.ts
|
||||||
|
|
||||||
import colors from 'tailwindcss/colors'
|
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)
|
// Tailwind breakpoints (px)
|
||||||
export const SCREENS = {
|
export const SCREENS = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue