Update to latest solidjs and added some spice
This commit is contained in:
parent
fad746ceec
commit
b09418b3ec
35 changed files with 4318 additions and 2831 deletions
|
@ -1,13 +1,14 @@
|
|||
import { Body, Title } from "solid-start";
|
||||
import { Title } from "@solidjs/meta";
|
||||
import AssetHandler from "~/components/Asset";
|
||||
import R from "~/components/Reference";
|
||||
import Wrapper from "~/components/Wrapper";
|
||||
import Navbar, { lightMode } from "~/components/de/Navbar";
|
||||
import "~/styles/overview.scss";
|
||||
|
||||
function Manufacturers() {
|
||||
const { FullscreenView, Asset } = AssetHandler();
|
||||
return (
|
||||
<Body class="overview" classList={{ "light-mode": lightMode() }}>
|
||||
<Wrapper class="overview" classList={{ "light-mode": lightMode() }}>
|
||||
<Title>Hersteller</Title>
|
||||
<FullscreenView />
|
||||
<Navbar />
|
||||
|
@ -204,7 +205,7 @@ function Manufacturers() {
|
|||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</Body>
|
||||
</Wrapper>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue