Move loader component

This commit is contained in:
Omar Oughriss 2025-10-20 12:44:13 +02:00
parent ca22cdf46d
commit 4b2948954f
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { useState, useEffect, memo } from 'react'; import { useState, useEffect, memo } from 'react';
import Iframe from './Iframe'; import Iframe from './Iframe';
import MessageBus from '@/lib/4nk/MessageBus'; import MessageBus from '@/lib/4nk/MessageBus';
import Loader from '@/lib/4nk/Loader'; import Loader from './Loader';
import Modal from './Modal'; import Modal from './Modal';
interface AuthModalProps { interface AuthModalProps {