Refactor imports and handle async operations in components

This commit is contained in:
2025-05-23 22:13:25 +02:00
parent 646a897b93
commit ad2334c414
5 changed files with 59 additions and 51 deletions

View File

@@ -1,5 +1,4 @@
import type { FormEvent} from 'react';
import React, { useState } from 'react';
import React, { useState, type FormEvent } from 'react';
import {
TextInput,
PasswordInput,