Skip to content

Commit

Permalink
🚑 hotfix wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnijs committed Feb 28, 2024
1 parent df74405 commit d591c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid-watchparty/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import MenuPage from './pages/MenuPage';
import WatchPage from './pages/WatchPage';

/* config imports */
import { BASEPATH } from 'config'
import { BASEPATH } from './config'

const router = createBrowserRouter([
{path: (BASEPATH + "/"), element: <LoginPage/>},
Expand Down

0 comments on commit d591c1c

Please sign in to comment.