Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
minor route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Apr 15, 2024
1 parent 6037bb7 commit 74c22f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/70.inbox.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { TExerciseData } from "@/types";

export default {
nextRoute: "60-messaging",
nextRoute: "/",
route: "70-my-inbox",
prevRoute: "/",
prevRoute: "60-messaging",
title: "Checking Inbox 📥",
content: `
So we know how to send messages, but how do we check what messages we have received?
Expand Down

0 comments on commit 74c22f0

Please sign in to comment.