|
|
@ -0,0 +1,17 @@ |
|
|
|
import React, { useState, useRef, useEffect } from "react"; |
|
|
|
import { message, Pagination, Table, Space, Modal, Button,DatePicker } from "antd"; |
|
|
|
// import { dictionary, utils } from "@/config/common"; |
|
|
|
import moment from 'moment' |
|
|
|
// import { useSessionStorageState, useUpdateEffect, useSize, useUpdate } from 'ahooks'; |
|
|
|
import ajax from "@/services"; |
|
|
|
// import "./index.scss"; |
|
|
|
// import errorImg from "@/assets/images/layout/error.png" |
|
|
|
// import { useLocation } from "react-router-dom"; |
|
|
|
|
|
|
|
function NewEnergyOverview() { |
|
|
|
return ( |
|
|
|
<div>NewEnergyOverview</div> |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
export default NewEnergyOverview; |