mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Implement sort method
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user