Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pindaroso committed Oct 16, 2024
1 parent 1a8c286 commit 25b3a74
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ import DeleteCounterButton from '@/components/buttons/delete-counter'
import DecrementCounterButton from '@/components/buttons/decrement-counter'
import CalculateCostSavingsButton from '@/components/buttons/calculate-cost'

declare global {
interface window {
location: {
hash: string
}
}
}

const defaultNetwork =
process.env.NODE_ENV === 'development' ? 'Localnet' : 'Devnet'

Expand Down

0 comments on commit 25b3a74

Please sign in to comment.