Removed Hyperlink from App.js

This commit is contained in:
Nicole Rappe 2025-03-20 06:28:31 -06:00
parent f9118e6142
commit 936eda8cd8
2 changed files with 0 additions and 11 deletions
Data/WebUI

@ -1,3 +0,0 @@
This file exists to show that the custom reactjs code is being copied into the reactJS app before building it.
Additional code to flesh out the application will be added in the future.

@ -9,14 +9,6 @@ function App() {
<p>
Borealis Workflow Automation Tool
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);