Move context folder in src

This commit is contained in:
Deepen Timalsina 2025-04-15 17:38:03 +05:45
parent 811023fd59
commit 6315848013
28 changed files with 33 additions and 32 deletions

View file

@ -1,7 +1,7 @@
import clsx from "clsx";
import { useTunnels } from "../../context/tunnels";
import { useUIAppState } from "../../context/ui-appState";
import { useTunnels } from "../../src/context/tunnels";
import { useUIAppState } from "../../src/context/ui-appState";
import "./FooterCenter.scss";