mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 07:54:22 +00:00
Maybe? (0.10.2)
This commit is contained in:
parent
3b0e0efc80
commit
dd2de257f8
5 changed files with 224 additions and 438 deletions
652
package-lock.json
generated
652
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -32,6 +32,7 @@
|
|||
"preact-router": "^3.2.1",
|
||||
"react-syntax-highlighter": "^12.2.1",
|
||||
"showdown": "^1.9.1",
|
||||
"style-loader": "^1.2.1"
|
||||
"style-loader": "^1.2.1",
|
||||
"bluelib": "^0.10.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import style from "./Plus.less";
|
||||
import { Component } from 'preact';
|
||||
|
||||
export default function(props) {
|
||||
return <span class={style.plus}>{props.children}</span>;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import style from './Footer.less';
|
||||
import { Component } from 'preact';
|
||||
|
||||
export default function(props) {
|
||||
return (
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
import Markdown from "../components/Rendering/Markdown";
|
||||
import Panel from "../components/Elements/Panel";
|
||||
import Match from "preact-router/match";
|
||||
import ILatex from "../components/Rendering/ILatex";
|
||||
import { } from "bluelib";
|
||||
|
||||
const r = String.raw;
|
||||
|
||||
|
|
Loading…
Reference in a new issue