Skip to content

Commit

Permalink
Merge pull request #1735 from tanem/fix-example
Browse files Browse the repository at this point in the history
Fix fallback example
  • Loading branch information
tanem committed Apr 9, 2022
2 parents 5b55bd1 + 594406a commit a2e7bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fallbacks/src/index.js
@@ -1,8 +1,8 @@
import { Fragment } from 'react'
import { Component, Fragment } from 'react'
import { createRoot } from 'react-dom/client'
import { ReactSVG } from 'react-svg'

class ClassFallback extends React.Component {
class ClassFallback extends Component {
render() {
return <img alt="nyan" src="nyan.jpg" />
}
Expand Down

0 comments on commit a2e7bc8

Please sign in to comment.