Skip to content

Commit

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

const Settings: Component = () => {
Expand All @@ -13,6 +13,7 @@ const Settings: Component = () => {
<Toolbar text="Nastavení" icon={<FiSettings />} />
<Toolbar text="Nastavení" icon={<FiSettings />} />
</div>
<div class="w-full h-full px-20">aaa</div>
</div>
);
};
Expand Down

0 comments on commit 4b83732

Please sign in to comment.