Skip to content

Commit

Permalink
fix(app-platform): upgrade platform tools to use vite and react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Feb 5, 2025
1 parent 9353063 commit c0e70b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![React 18](https://img.shields.io/badge/react-18-blue)
This project was bootstrapped with [DHIS2 Application Platform](https://github.com/dhis2/app-platform).

## Development
Expand Down
3 changes: 0 additions & 3 deletions src/components/DropdownButton/assets/Arrow.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import PropTypes from 'prop-types'
import React from 'react'

/* eslint-disable react/no-unknown-property */
export function ArrowDown({ className }) {
return (
<svg
Expand Down Expand Up @@ -52,5 +51,3 @@ export function ArrowUp({ className }) {
ArrowUp.propTypes = {
className: PropTypes.string,
}

/* eslint-enable react/no-unknown-property */

0 comments on commit c0e70b2

Please sign in to comment.