Todo work
Some checks failed
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2025-01-15 20:59:07 +01:00
parent 3813e63982
commit 8e6adc6b85
10 changed files with 134 additions and 22 deletions

View File

@@ -3,7 +3,6 @@ import { ReffuseRuntime } from "@thilawyn/reffuse"
import { Layer } from "effect"
import { StrictMode } from "react"
import { createRoot } from "react-dom/client"
import "./index.css"
import { GlobalContext } from "./reffuse"
import { routeTree } from "./routeTree.gen"
import { FetchData } from "./services"