Update Nextjs

This commit is contained in:
adilallo
2026-01-26 08:09:31 -07:00
parent 5442114c85
commit 9e8b767128
53 changed files with 825 additions and 283 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"use client";
import React, { memo, useCallback, forwardRef, useId } from "react";
import { memo, useCallback, forwardRef, useId } from "react";
interface InputProps extends Omit<
React.InputHTMLAttributes<HTMLInputElement>,