Skip to content

Commit

Permalink
fix: plugin placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Aug 23, 2022
1 parent 0e7b36d commit 1eea12c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions shell/src/Plugin.js
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
import { CssReset } from '@dhis2/ui'
import React from 'react'
import ReactDOM from 'react-dom'
import Plugin from './Plugin'
import 'typeface-roboto'
import './index.css'

ReactDOM.render(
<>
<CssReset />
<Plugin />
</>,
document.getElementById('dhis2-app-root')
)
// placeholder

0 comments on commit 1eea12c

Please sign in to comment.