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,12 +1,13 @@
|
|||
import { Body, Title } from "solid-start";
|
||||
import { Title } from "@solidjs/meta";
|
||||
import AssetHandler from "~/components/Asset";
|
||||
import Wrapper from "~/components/Wrapper";
|
||||
import Navbar, { lightMode } from "~/components/en/Navbar";
|
||||
import "~/styles/devices.scss";
|
||||
|
||||
function KSS22() {
|
||||
const { FullscreenView, Asset } = AssetHandler();
|
||||
return (
|
||||
<Body class="devices" classList={{ "light-mode": lightMode() }}>
|
||||
<Wrapper class="devices" classList={{ "light-mode": lightMode() }}>
|
||||
<Title>KS S22</Title>
|
||||
<FullscreenView />
|
||||
<Navbar />
|
||||
|
@ -215,7 +216,7 @@ function KSS22() {
|
|||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</Body>
|
||||
</Wrapper>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue