Skip to content

Commit

Permalink
💚 trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallymentor committed Apr 3, 2024
1 parent b5e5e56 commit 5a4f627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions functions/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Firebase dependencies
import { onDocumentCreated } from 'firebase-functions/v2/firestore'
import { v2_oncall } from './runtime/on_call_runtimes.mjs'
import { v2_onrequest } from './runtime/on_request_runtimes.mjs'
Expand Down
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default function App( ) {

<Suspense fallback={ <Loading delay="500" message='Loading' /> }>


<Router>

<Routes>
Expand All @@ -25,7 +24,6 @@ export default function App( ) {
</Routes>



</Router>

</Suspense>
Expand Down

0 comments on commit 5a4f627

Please sign in to comment.