Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
arandel1 committed Oct 2, 2024
1 parent 7b874cd commit 8365678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/views/ManageList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,6 @@ export function ManageList({ userId, list }) {

<button type="submit">Submit</button>
</form>

{/* <form onSubmit={handleEmailSubmit}>
<label htmlFor="invite-email">Invite user by email:</label>
<input
id="invite-email"
type="text"
name="email"
value={email}
onChange={handleEmailChange}
required
></input>
<button type="submit">Invite my friend</button>
</form> */}
</div>
</>
);
Expand Down
1 change: 0 additions & 1 deletion src/views/ShareList.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useState, useEffect } from 'react';
import { addItem, shareList } from '../api';
import { useVoiceToText } from '../utils';
import KeyboardVoiceIcon from '@mui/icons-material/KeyboardVoice';

export function ShareList({ userId, list }) {
const [formData, setFormData] = useState({
Expand Down

0 comments on commit 8365678

Please sign in to comment.