AC-5 - fixed Forms, tags and other styles #24

Merged
GameBear64 merged 12 commits from AC-5 into master 2024-03-23 13:09:18 -04:00
GameBear64 commented 2024-03-23 09:59:32 -04:00 (Migrated from github.com)
No description provided.
catxrin (Migrated from github.com) reviewed 2024-03-23 13:02:43 -04:00
@ -1,34 +1,24 @@
import { useState } from 'react';
catxrin (Migrated from github.com) commented 2024-03-23 13:02:43 -04:00

```suggestion ```
catxrin (Migrated from github.com) reviewed 2024-03-23 13:04:35 -04:00
@ -1,34 +1,24 @@
import { useState } from 'react';
catxrin (Migrated from github.com) commented 2024-03-23 13:04:35 -04:00
    useFetch({
       url: 'user',
       method: 'DELETE',
       body: { password },
    });
```suggestion useFetch({ url: 'user', method: 'DELETE', body: { password }, }); ```
catxrin (Migrated from github.com) approved these changes 2024-03-23 13:09:09 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GamBar/AmberCamp!24
No description provided.