Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sentry integration #124

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
add big title
NouamaneTazi committed Oct 15, 2021
commit 1e154eb28da759ca46b70c0d5feb4e1b10c6f9bf
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import React from "react";
import "./App.css";

import { CalculatorPage } from "./pages";
import React from "react";

const App = () => {
return (
<div className="App">
<h1>Big title</h1>
<CalculatorPage />
</div>
);