fix example linting warning (#1037)

This commit is contained in:
Pengfei Yang 2020-10-30 23:05:58 +08:00 committed by GitHub
parent e6975bfc3f
commit 986482f213

View File

@ -1,4 +1,4 @@
import React, { useState, useEffect } from 'react';
import React, { useState } from 'react';
import { Button, Modal } from 'antd';
export default function() {