Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Show, onCleanup, onMount } from "solid-js";

import ToastRegion from "@/components/toast-region";
import { Banner } from "@/components/ui/banner";
import Commandline from "@/features/commandline/components/commandline";
import { Commandline } from "@/features/commandline/components/commandline";
import { themeManager } from "@/features/content/themes/manager";
import { Navbar } from "@/components/navbar";
import { Footer } from "@/components/footer";
Expand Down

This file was deleted.

Loading
Loading