// © XlXi 2021 // Graphictoria 5 import React from 'react'; const Loader = () => { return (
); }; export default Loader;