Fix linter

This commit is contained in:
Charles Bochet
2023-10-17 21:09:15 +02:00
parent 8894c52202
commit 34c9259683

View File

@ -1,5 +1,4 @@
import styled from '@emotion/styled';
import { v4 } from 'uuid';
import { ObjectTable } from '@/metadata/components/ObjectTable';
import { DataTableActionBar } from '@/ui/data/data-table/action-bar/components/DataTableActionBar';
@ -25,9 +24,7 @@ export const ObjectTablePage = ({
objectNameSingular: string;
objectNamePlural: string;
}) => {
const handleAddButtonClick = async () => {
const newCompanyId: string = v4();
};
const handleAddButtonClick = async () => {};
return (
<PageContainer>