Skip to content

Commit

Permalink
feat: ✨ some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrnoch committed Oct 30, 2023
1 parent 4b83732 commit ce24039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/screens/Dashboard/pages/Settings/Settings.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Component } from "solid-js";
import { Component, createSignal } from "solid-js";
import Toolbar from "./components/Toolbar";
import { FiSettings } from "solid-icons/fi";

const Settings: Component = () => {
const [currentSection, setCurrentSection] = createSignal(0);

return (
<div class="">
<div class="w-full h-20 gap-2 flex justify-center items-center border-b border-black">
Expand Down

0 comments on commit ce24039

Please sign in to comment.