"use client"

import { Loading } from '@/Theme/Midone/Loading';

export default function Main(){
    return <Loading />
}
