mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-23 21:04:36 -05:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import React from 'react';
|
|
|
|
// eslint-disable-next-line react/display-name
|
|
export default () => <div>Spinner</div>;
|