We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c4aec commit d4fb972Copy full SHA for d4fb972
.github/workflows/integration.yml
@@ -44,7 +44,7 @@ jobs:
44
import { FetchLoading } from 'fetch-loading'
45
46
const App = () => {
47
- return <div><FetchLoading /></div>
+ return <div>Hello World!</div>
48
}
49
50
export default App
0 commit comments