import React from 'react'; const CodeLoading: React.FC = () => (

Loading...

); export default CodeLoading;