Skip to content

Commit

Permalink
v1.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
edarchis committed Mar 1, 2022
1 parent 0c6d18c commit bea7e0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openimis/fe-home",
"version": "1.2.0-rc3",
"version": "1.4.0-rc2",
"license": "AGPL-3.0-only",
"description": "openIMIS Frontend Home reference module",
"repository": "openimis/openimis-fe-home_js",
Expand Down Expand Up @@ -42,4 +42,4 @@
"dist"
],
"dependencies": {}
}
}
7 changes: 4 additions & 3 deletions src/components/HomePage.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React, { Component } from "react";
import { ProxyPage } from "@openimis/fe-core";


class HomePage extends Component {
render() {
return <ProxyPage url="/LegacyHome" />
// TODO: Make a more complete homepage
return <>
</>;
}
}

export { HomePage };
export { HomePage };

0 comments on commit bea7e0d

Please sign in to comment.