mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-07 04:16:34 +05:30
feat: add path aliases
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* @refresh reload */
|
||||
import { render } from "solid-js/web";
|
||||
import "./index.css";
|
||||
import App from "./App.tsx";
|
||||
import "@/styles/index.css";
|
||||
import App from "@/components/app";
|
||||
|
||||
const root = document.getElementById("root");
|
||||
|
||||
|
Reference in New Issue
Block a user