Add useMemo and new icons to Dashboard imports
cgen-6ee134efc922443183a5f57b482129a4
This commit is contained in:
parent
342c8c1108
commit
af20467093
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useState, useEffect } from "react";
|
||||
import { useState, useEffect, useMemo } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
|
|
|||
Loading…
Reference in a new issue