index.jsx 544 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
 * @Author: dengchao 754083046@qq.com
 * @Date: 2022-12-14 14:44:25
 * @LastEditors: dengchao 754083046@qq.com
 * @LastEditTime: 2022-12-14 14:55:12
 * @FilePath: \maintenance\src\components\ImageLibrary\index.jsx
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
import React, { useState, useEffect, useRef } from 'react';

const ImageLibrary = () => {
  return <div>index</div>;
};

export default ImageLibrary;