From c665412011481e6ded362baf6cc14e53e1183ab0 Mon Sep 17 00:00:00 2001 From: TITI <162849030+0xtiti@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:52:16 -0300 Subject: [PATCH] style: imports Co-authored-by: Ardy <116569704+0xArdy@users.noreply.github.com> --- src/containers/Dashboard/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/containers/Dashboard/index.tsx b/src/containers/Dashboard/index.tsx index 19e13d5..e7fc3d1 100644 --- a/src/containers/Dashboard/index.tsx +++ b/src/containers/Dashboard/index.tsx @@ -1,5 +1,4 @@ -import { SearchBar, Table } from '~/components'; -import { Title } from '~/components/Title'; +import { SearchBar, Table, Title } from '~/components'; const Dashboard = () => { return (