Skip to content

Commit

Permalink
Minor spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Aug 15, 2024
1 parent 12a42c9 commit b1b0b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default class SDK {
// @ts-ignore
private id: string
constructor(id: string) {
this.id = id
Expand Down
2 changes: 1 addition & 1 deletion src/root.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Home from "./routes/home";
import Navbar from "./components/navbar";
import Navbar from "./components/Navbar";
import Store from "./routes/store";
import { Toaster } from "./components/ui/sonner";
import { HashRouter, Routes, Route } from "react-router-dom";
Expand Down

0 comments on commit b1b0b31

Please sign in to comment.