Refactoring
All checks were successful
Lint / lint (push) Successful in 13s
Test build / test-build (pull_request) Successful in 15s

This commit is contained in:
Julien Valverdé
2025-05-26 04:11:57 +02:00
parent 2fb1a2b897
commit 919dad97ef
3 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ import { routeTree } from "./routeTree.gen"
const layer = Layer.empty.pipe(
Layer.provideMerge(AppQueryClient.Live),
Layer.provideMerge(AppQueryErrorHandler.Live),
Layer.provideMerge(AppQueryClient.Default),
Layer.provideMerge(AppQueryErrorHandler.Default),
Layer.provideMerge(Clipboard.layer),
Layer.provideMerge(Geolocation.layer),
Layer.provideMerge(Permissions.layer),