diff --git a/package.json b/package.json index a6586c5..cffe138 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", - "typescript": "^4.4.3", - "web-vitals": "^1.0.1" + "typescript": "^4.4.3" }, "scripts": { "start": "react-scripts start", diff --git a/src/App.tsx b/src/App.tsx index 29fc729..b2a9ba3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,14 +1,15 @@ -import Excalidraw from '@excalidraw/excalidraw-next'; +import React from "react"; -import './App.css'; +import Excalidraw from "@excalidraw/excalidraw-next"; + +import "./App.css"; function App() { return (
- +
); } export default App; - \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx index 6832e78..e7cd236 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,11 +1,11 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import './index.css'; -import App from './App'; +import React from "react"; +import ReactDOM from "react-dom"; +import "./index.css"; +import App from "./App"; ReactDOM.render( , - document.getElementById('root') + document.getElementById("root"), ); diff --git a/yarn.lock b/yarn.lock index d18a503..8afabed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11064,11 +11064,6 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== - webidl-conversions@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"