From 5263c83aa5c13d1aae6299c0ab12c7314f7c9b3b Mon Sep 17 00:00:00 2001 From: Henrique-Sousa <29417378+Henrique-Sousa@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:15:32 -0300 Subject: [PATCH] refactor: remove import de useImperativeHandle --- ui/src/containers/DashboardContainer/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/containers/DashboardContainer/index.jsx b/ui/src/containers/DashboardContainer/index.jsx index f0ed7c1..177c3f7 100644 --- a/ui/src/containers/DashboardContainer/index.jsx +++ b/ui/src/containers/DashboardContainer/index.jsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect, useImperativeHandle } from "react"; +import React, { useState, useEffect } from "react"; import { Table, Button, Modal } from 'antd';