Skip to content

Commit

Permalink
add loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
ocitocit committed Oct 17, 2023
1 parent 1f7ea27 commit 6a8e1f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/loading.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const Loading = () => {
<div className="bg-red-950">Loading...</div>
}

export default Loading;

0 comments on commit 6a8e1f2

Please sign in to comment.