mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-07 12:26:34 +05:30
feat: add path aliases
This commit is contained in:
@ -3,7 +3,7 @@ import {
|
||||
ChatBubbleLeftIcon,
|
||||
ClipboardDocumentIcon,
|
||||
ClipboardDocumentCheckIcon,
|
||||
} from "./icons";
|
||||
} from "@/components/icons";
|
||||
|
||||
function App() {
|
||||
const install = `curl -fsSL https://trok.cloud/install.sh | sh`;
|
@ -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");
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url("./assets/fonts/Koulen-Regular.ttf");
|
||||
src: url("../assets/fonts/Koulen-Regular.ttf");
|
||||
}
|
||||
|
||||
::selection {
|
Reference in New Issue
Block a user