Skip to content

Commit 3bead32

Browse files
authored
Merge pull request #15 from projkov/1.0.1
Remove weekly popup
2 parents 065a727 + 73a9d91 commit 3bead32

File tree

3 files changed

+1
-58
lines changed

3 files changed

+1
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import logo from './assets/logo.png';
1010
import { ToastContainer } from 'react-toastify';
1111
import 'react-toastify/dist/ReactToastify.css';
1212
import { ResultOutput } from './components/ResultOutput';
13-
import { WeeklyPopup } from './components/WeeklyPopup';
1413
import { DrawerButton } from './components/DrawerButton';
1514
import { SettingsContainer } from './containers/Settings'
1615
import { 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'>

src/components/WeeklyPopup/index.tsx

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)