removing unused imports, creating a file for global decelaration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Box, Paper } from '@mui/material';
|
||||
import React, { type PropsWithChildren } from 'react';
|
||||
import { Paper } from '@mui/material';
|
||||
import { type PropsWithChildren } from 'react';
|
||||
|
||||
// Beacuse in the otp verify there is a element outside of the authentication card
|
||||
export const AuthenticationCard = ({ children }: PropsWithChildren) => {
|
||||
|
||||
Reference in New Issue
Block a user