From 1e1e61110442f33d620b5e7971dff8a264d5dc38 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 19 Feb 2021 01:08:04 +0500 Subject: [PATCH] index.js: tilde paths --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index e699b53..e7e8113 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ import { Redirect, Switch, Route, Link, Router } from 'wouter-preact' -import { useHashLocation } from '/src/utils/utils.routing' +import { useHashLocation } from '~/src/utils/utils.routing' function App () { return (