diff --git a/public/index.html b/public/index.html index aa069f2..ef51341 100644 --- a/public/index.html +++ b/public/index.html @@ -7,37 +7,14 @@ - - - React App + Chart.js Demos from CUBETIQ
- diff --git a/src/App.test.tsx b/src/App.test.tsx index 4db7ebc..514a61b 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,6 @@ import App from './App'; test('renders learn react link', () => { const { getByText } = render(); - const linkElement = getByText(/learn react/i); + const linkElement = getByText(/hello, CUBETIQ/i); expect(linkElement).toBeInTheDocument(); }); diff --git a/src/App.tsx b/src/App.tsx index a53698a..20ee9f9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,22 +1,17 @@ import React from 'react'; -import logo from './logo.svg'; import './App.css'; function App() { return (
- logo -

- Edit src/App.tsx and save to reload. -

- Learn React + Hello, CUBETIQ!
diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 6b60c10..0000000 --- a/src/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -