testing something
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user