fix: removes unused props from login component
This commit is contained in:
parent
bf50f3a5a5
commit
d7e682d484
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import Button from '../button';
|
import Button from '../button';
|
||||||
|
|
||||||
export default function Login({}: {}) {
|
export default function Login() {
|
||||||
return (
|
return (
|
||||||
<form>
|
<form>
|
||||||
<Button type='submit' mode='neutral' width={250}>
|
<Button type='submit' mode='neutral' width={250}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue