Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix: add import
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed May 8, 2020
1 parent 18891cd commit 09fcf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class CheckmoneyWeb extends App<WithReduxProps> {
return (
<Container>
<Head>
<script src="//unpkg.com/reflect-metadata/@0.1.13/Reflect.js" />
<meta name="viewport" content="width=device-width, initial=scale=1" />
</Head>
<Provider store={reduxStore}>
Expand Down

0 comments on commit 09fcf15

Please sign in to comment.