Implement sort method

This commit is contained in:
2023-10-30 17:54:40 +07:00
parent b071292da7
commit 23a79657b9
9 changed files with 212 additions and 12 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ const Title = styled.h2`
`;
const StyledOperationTable = styled.div`
text-align: right;
display: flex;
gap: 30px;
justify-content: flex-end;
`;
export { StyledUser, Title, StyledOperationTable };