mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 04:59:23 +00:00
chore: upgrade to react 19 beta and next 14 canary
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
import { memo } from "react";
|
||||
|
||||
function RawIndicator() {
|
||||
export function Indicator() {
|
||||
return <span className="inline-block h-[18px] w-[3px] rounded bg-indicator" />;
|
||||
}
|
||||
|
||||
export const Indicator = memo(RawIndicator);
|
||||
|
||||
Reference in New Issue
Block a user