Refactor: removed default exports.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useApi, useMessages } from '@/components/hooks';
|
||||
import TypeConfirmationForm from '@/components/common/TypeConfirmationForm';
|
||||
import { TypeConfirmationForm } from '@/components/common/TypeConfirmationForm';
|
||||
|
||||
const CONFIRM_VALUE = 'RESET';
|
||||
|
||||
@@ -38,5 +38,3 @@ export function WebsiteResetForm({
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export default WebsiteResetForm;
|
||||
|
||||
Reference in New Issue
Block a user