testing something

This commit is contained in:
2026-03-01 12:31:14 +01:00
parent e724dec0b7
commit 6ec08f30f0
7 changed files with 412 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
import React, { createContext, useContext, useState } from "react";
export type Route = "home" | "mystery";
export type Route = "home" | "text" | "image";
interface RouterContextValue {
route: Route;