Import useState and useEffect in orders-new.tsx

This commit is contained in:
lora322 2025-09-19 22:20:29 -04:00 committed by GitHub
parent 06651e8032
commit d165a22fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ import {
} from '@mdi/js'; } from '@mdi/js';
import Head from 'next/head'; import Head from 'next/head';
import React, { ReactElement } from 'react'; import React, { ReactElement } from 'react';
import { useState, useEffect } from 'react';
import CardBox from '../../components/CardBox'; import CardBox from '../../components/CardBox';
import LayoutAuthenticated from '../../layouts/Authenticated'; import LayoutAuthenticated from '../../layouts/Authenticated';
import SectionMain from '../../components/SectionMain'; import SectionMain from '../../components/SectionMain';