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

Merge branch 'koda-chm-core-dev' into 'koda-chm-core-stg'

Merge chm-core-dev to chm-core-stg

See merge request !2
parents a2769b5c 9bad8fcb
Branches koda-chm-core-stg
Tags koda.chm.core.stg-2023.06.27-1.0.4
2 merge requests!3Merge chm-core-stg to chm-revvy-dev,!2Merge chm-core-dev to chm-core-stg
Pipeline #53758 passed with stages
in 42 seconds
koda.chm.core-2023.27-1.0.0koda.chm.core-2023.06.27-1.0.1 koda.chm.core-2023.27-1.0.0koda.chm.core-2023.06.27-1.0.1
koda.chm.core-2023.06.27-1.0.2 koda.chm.core-2023.06.27-1.0.2
koda.chm.core-2023.06.27-1.0.3
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