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

Commit

Permalink
fix: add head
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed May 24, 2020
1 parent d52ff6c commit 7954c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<html>
<head>
<title>Checkmoney | Считай деньги</title>
<meta name="viewport" content="width=device-width, initial=scale=1" />
</head>
<body>
<div id="app"></div>

Expand Down
4 changes: 0 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ import { initializeStore } from './domain/store/initializeStore';
const reduxStore = initializeStore();

function Root() {
// {/* <Head>
// <script src="//unpkg.com/reflect-metadata@0.1.13/Reflect.js" />
// <meta name="viewport" content="width=device-width, initial=scale=1" />
// </Head> */}
return (
<Provider store={reduxStore}>
<RouterProvider router={router}>
Expand Down

0 comments on commit 7954c60

Please sign in to comment.