File tree Expand file tree Collapse file tree 3 files changed +1
-58
lines changed
Expand file tree Collapse file tree 3 files changed +1
-58
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " fhirpath-ui" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "private" : true ,
55 "homepage" : " https://projkov.github.com/fhirpath-ui" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import logo from './assets/logo.png';
1010import { ToastContainer } from 'react-toastify' ;
1111import 'react-toastify/dist/ReactToastify.css' ;
1212import { ResultOutput } from './components/ResultOutput' ;
13- import { WeeklyPopup } from './components/WeeklyPopup' ;
1413import { DrawerButton } from './components/DrawerButton' ;
1514import { SettingsContainer } from './containers/Settings'
1615import { CredentialsContainer } from './containers/Credentials'
@@ -24,7 +23,6 @@ const App: React.FC = () => {
2423 return (
2524 < div className = "App" >
2625 { isLoading ? < Loader /> : null }
27- < WeeklyPopup />
2826 < div className = 'header' >
2927 < img src = { logo } alt = "Logo" className = 'logo' />
3028 < div className = 'searchBlock' >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments