Skip to content

Commit 1dcaab7

Browse files
committed
fix: dummy change
1 parent 959998b commit 1dcaab7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/routes/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ export const Route = createFileRoute("/")({
77
function Index() {
88
return (
99
<div className="p-2">
10-
<h3>
10+
<p>
1111
This page is rendered by the main app. It's not part of any
1212
microfrontend.
13-
</h3>
13+
</p>
14+
15+
<p>Dummy change!</p>
1416
</div>
1517
);
1618
}

0 commit comments

Comments
 (0)