mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 16:34:26 +00:00
Refactor imports and handle async operations in components
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import type { FormEvent} from 'react';
|
||||
import React, { useState } from 'react';
|
||||
import React, { useState, type FormEvent } from 'react';
|
||||
import {
|
||||
TextInput,
|
||||
PasswordInput,
|
||||
|
||||
Reference in New Issue
Block a user