09-22-2025 #7

Merged
Thilawyn merged 14 commits from next into master 2025-09-20 04:49:37 +02:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 53a90a6a6b - Show all commits

View File

@@ -1,4 +1,4 @@
import * as React from "react"
import type * as React from "react"
import { cn } from "@/lib/utils"

View File

@@ -1,3 +1,4 @@
/** biome-ignore-all lint/suspicious/noUnknownAtRules: Tailwind */
@import "tailwindcss";
@import "tw-animate-css";

View File

@@ -13,6 +13,7 @@ declare module "@tanstack/react-router" {
}
}
// biome-ignore lint/style/noNonNullAssertion: React entrypoint
createRoot(document.getElementById("root")!).render(
<StrictMode>
<RouterProvider router={router} />

View File

@@ -1,7 +1,5 @@
/* eslint-disable */
// @ts-nocheck
/** biome-ignore-all lint/suspicious/noExplicitAny: Codegen */
// noinspection JSUnusedGlobalSymbols
// This file was automatically generated by TanStack Router.