Base layout

This commit is contained in:
Aslan 2025-12-30 22:38:02 +01:00
parent 874bd18f11
commit f1e90c4dd2
34 changed files with 2966 additions and 2725 deletions

View file

@ -0,0 +1,7 @@
import type { Component } from "solid-js";
const ChannelView: Component = () => {
return <div class="bg-stone-900 w-64 shadow-panel z-20"></div>;
};
export default ChannelView;