Skip to content

Commit

Permalink
Just testing out that deploys are actually doing something
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Mar 12, 2024
1 parent 8b33cb1 commit fe061d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export default function App() {
}

export function HydrateFallback() {
return <p>Loading...</p>;
return <p>Did this change?...</p>;
}

0 comments on commit fe061d4

Please sign in to comment.