This commit is contained in:
Maciej Caderek
2022-04-01 20:52:44 +02:00
parent 2a252b6c69
commit 02406b9e18
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { Component, createSignal } from "solid-js";
import { Handlers } from "../../types";
import { state, setState } from "../../state";
import { state } from "../../state";
import "./Header.css";
const Header: Component<{ handlers: Handlers }> = (props) => {

View File

@@ -22,9 +22,6 @@
grid-template-columns: auto 40px;
}
.info__left {
}
.info__right {
text-align: right;
}