Skip to content

Commit d591c1c

Browse files
committed
🚑 hotfix wrong import path
1 parent df74405 commit d591c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid-watchparty/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import MenuPage from './pages/MenuPage';
88
import WatchPage from './pages/WatchPage';
99

1010
/* config imports */
11-
import { BASEPATH } from 'config'
11+
import { BASEPATH } from './config'
1212

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

0 commit comments

Comments
 (0)