Skip to content

Commit

Permalink
fix: use correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jun 10, 2020
1 parent ea8019e commit 67fbdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/config/init.entrypoint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { DataQuery } from '@dhis2/app-runtime'
import i18n from '@dhis2/d2-i18n'
import classes from './init.App.module.css'
import classes from './App.module.css'

const query = {
me: {
Expand Down

0 comments on commit 67fbdd0

Please sign in to comment.