Skip to content
Snippets Groups Projects
Commit fd115aa9 authored by Gin Derick Magno's avatar Gin Derick Magno
Browse files

change paragraph to Core

parent 5db956a4
No related branches found
No related tags found
2 merge requests!3Merge chm-core-stg to chm-revvy-dev,!2Merge chm-core-dev to chm-core-stg
Pipeline #53754 passed
This diff is collapsed.
import { useState } from 'react' import { useState } from 'react';
import reactLogo from './assets/react.svg' import reactLogo from './assets/react.svg';
import viteLogo from '/vite.svg' import viteLogo from '/vite.svg';
import './App.css' import './App.css';
function App() { function App() {
const [count, setCount] = useState(0) const [count, setCount] = useState(0);
return ( return (
<> <>
...@@ -25,11 +25,9 @@ function App() { ...@@ -25,11 +25,9 @@ function App() {
Edit <code>src/App.tsx</code> and save to test HMR Edit <code>src/App.tsx</code> and save to test HMR
</p> </p>
</div> </div>
<p className="read-the-docs"> <p className="read-the-docs">Core</p>
Click on the Vite and React logos to learn more
</p>
</> </>
) );
} }
export default App export default App;
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment