Skip to content

Commit

Permalink
Fix fallback example
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed Apr 9, 2022
1 parent 5b55bd1 commit 594406a
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 594406a

Please sign in to comment.