employees table

This commit is contained in:
2024-07-26 20:07:35 +03:00
parent 399abc6668
commit a6981f90b2
4 changed files with 36 additions and 8 deletions

View File

@ -6,7 +6,6 @@ import empty from "assets/images/emptyPage.svg";
import "./emptyBlock.scss";
export const EmptyBlock = () => {
return (
<>
<div className="empty-block">
@ -21,4 +20,3 @@ export const EmptyBlock = () => {
</>
);
};