fix minor error, remove App.{tsx,css}

This commit is contained in:
2025-12-18 19:49:21 +01:00
parent 86f494f840
commit 192edcea1f
3 changed files with 1 additions and 785 deletions

View File

@@ -1,4 +1,4 @@
import { useEffect, useState } from "react";
import { JSX, useEffect, useState } from "react";
import { apiAuth } from "./api";
import { useSession } from "./Session";