import { useState } from "react"; import { Cog6ToothIcon } from "@heroicons/react/24/outline"; import Aliases from "@/components/dotfiles/Aliases"; import { Drawer } from "@/components/drawer"; import { invoke } from "@tauri-apps/api/core"; function Header() { return (

Dotfiles

); } export default function Dotfiles() { return (
Manage your shell aliases, variables and paths
); }