Removed Hyperlink from App.js

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

View File

@ -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>
);