Skip to content

Commit

Permalink
refactor: removed duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Oct 8, 2024
1 parent cd23b92 commit 29f18ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { AboutPage, TimeTableSelectorPage, FaqsPage, NotFoundPage } from './page
import { getPath, config, dev_config, plausible } from './utils'
import Layout from './components/layout'
import * as Sentry from "@sentry/react";
import React from 'react'

const configToUse = Number(import.meta.env.VITE_APP_PROD) ? config : dev_config

Expand Down

0 comments on commit 29f18ec

Please sign in to comment.