mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-10 08:07:08 -06:00
Switch from preact to react
This commit is contained in:
@@ -2,7 +2,7 @@ import Badge from "@/components/Badge";
|
||||
import Emboldened from "@/components/Emboldened";
|
||||
import useSocket from "@/components/useSocket";
|
||||
import { cn, plural, toHex, type ClassValue } from "@/util";
|
||||
import { useRef, useState } from "preact/hooks";
|
||||
import { useRef, useState } from "react";
|
||||
|
||||
type DemoProps = {
|
||||
class?: ClassValue;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { useEffect, useRef, useState } from "preact/hooks";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
|
||||
interface Download {
|
||||
token: number;
|
||||
|
||||
Reference in New Issue
Block a user