We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df74405 commit d591c1cCopy full SHA for d591c1c
1 file changed
solid-watchparty/src/App.jsx
@@ -8,7 +8,7 @@ import MenuPage from './pages/MenuPage';
8
import WatchPage from './pages/WatchPage';
9
10
/* config imports */
11
-import { BASEPATH } from 'config'
+import { BASEPATH } from './config'
12
13
const router = createBrowserRouter([
14
{path: (BASEPATH + "/"), element: <LoginPage/>},
0 commit comments