Skip to content

Commit

Permalink
fix: prop-types import
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Feb 7, 2023
1 parent 4ae4806 commit aa4107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/AppIcon/AppIcon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PropTypes } from '@dhis2/prop-types'
import PropTypes from 'prop-types'
import React from 'react'
import styles from './AppIcon.module.css'

Expand Down

0 comments on commit aa4107a

Please sign in to comment.