Browse Source

refactor: remove import de useImperativeHandle

master
Henrique-Sousa 2 weeks ago
parent
commit
5263c83aa5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/src/containers/DashboardContainer/index.jsx

+ 1
- 1
ui/src/containers/DashboardContainer/index.jsx View File

@ -1,4 +1,4 @@
import React, { useState, useEffect, useImperativeHandle } from "react";
import React, { useState, useEffect } from "react";
import { Table, Button, Modal } from 'antd';


Loading…
Cancel
Save