Add useMemo import
cgen-562837a1e20d458ea46861546f255b82
This commit is contained in:
parent
305068a6cc
commit
caf73bf833
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useState, useEffect, useRef } from "react";
|
||||
import { useState, useEffect, useRef, useMemo } from "react";
|
||||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
|
|
|
|||
Loading…
Reference in a new issue