Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgeorgescu committed Mar 27, 2024
1 parent 5bbec45 commit 242494e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { retrieveProjects } from '../utilities/database_utils'
*/
const Home: FC = () => {
const path = window.location.href.split('?')[1]
console.log("Path is ",path)
const navigate = useNavigate()
const db = new PouchDB(dbName)

Expand Down

0 comments on commit 242494e

Please sign in to comment.