Skip to content

Commit

Permalink
chore(apps/phone): remove redundant umd import
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Dec 15, 2023
1 parent a010a1e commit f5e7780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/phone/src/Phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
.notistack-SnackbarContainer {
position: absolute !important;
top: 0 !important;
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import UpdateButton from '@ui/components/UpdateButton';

interface IProps {
Expand All @@ -10,4 +8,4 @@ export function ProfileUpdateButton({ handleClick }: IProps) {
return <UpdateButton handleClick={handleClick} />;
}

export default ProfileUpdateButton;
export default ProfileUpdateButton;

0 comments on commit f5e7780

Please sign in to comment.