Skip to content

Commit

Permalink
chore: small change to test redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Nov 15, 2024
1 parent d3560fa commit 0ffc300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if (BASE_URL === '') {

const userRepository = new UserJSDataverseRepository()
function App() {
console.log('Hi there')
return (
<SessionProvider repository={userRepository}>
<Router />
Expand Down

0 comments on commit 0ffc300

Please sign in to comment.