From 6528a0c700ce7ce4c42488f31680c1cedd574b97 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 19 Jan 2023 13:06:43 -0800 Subject: [PATCH] Update missed in last commit. --- client/src/components/profile-shops/profile-shops.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile-shops/profile-shops.component.jsx b/client/src/components/profile-shops/profile-shops.component.jsx index 81764482c..a668d1a40 100644 --- a/client/src/components/profile-shops/profile-shops.component.jsx +++ b/client/src/components/profile-shops/profile-shops.component.jsx @@ -1,6 +1,6 @@ +import { Button, Card, Col, Input, Table, Typography } from "antd"; import React, { useState } from "react"; import { useTranslation } from "react-i18next"; -import { Table, Button, Typography, Space, Input, Card, Col } from "antd"; export default function ProfileShopsComponent({ loading, data,