We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c48496 commit 7c5ba19Copy full SHA for 7c5ba19
1 file changed
.github/workflows/integration.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Override App.jsx
42
run: |
43
cat <<EOF > integration/src/App.jsx
44
+ import { FetchLoading } from 'fetch-loading'
45
46
const App = () => {
47
return <FetchLoading />
0 commit comments