1 2 3 4 5
import React from 'react'; const Loading = () => <div>Loading...</div>; export default Loading;