Skip to content

Commit

Permalink
Add link (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
steaks authored Mar 11, 2024
1 parent c264e46 commit 4bc975d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/skeleton/ui/src/home.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import React from "react";

const Home = () => {
return (
<>
<h1>Welcome to Blueprint!</h1>
<div>This is the blueprint skeleton template.</div>
<br />
<br/>
<div>Click <a href="helloWorld">here</a> to open the helloWorld app if you are following the getting started tutorial.</div>
</>
);
};
Expand Down

0 comments on commit 4bc975d

Please sign in to comment.