Skip to content

Commit d4fb972

Browse files
dummy text to check for nested elements
1 parent f8c4aec commit d4fb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
import { FetchLoading } from 'fetch-loading'
4545
4646
const App = () => {
47-
return <div><FetchLoading /></div>
47+
return <div>Hello World!</div>
4848
}
4949
5050
export default App

0 commit comments

Comments
 (0)