mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-12 07:02:42 -04: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>;
|