mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 16:04:21 +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",
|
"preact-router": "^3.2.1",
|
||||||
"react-syntax-highlighter": "^12.2.1",
|
"react-syntax-highlighter": "^12.2.1",
|
||||||
"showdown": "^1.9.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 style from "./Plus.less";
|
||||||
import { Component } from 'preact';
|
|
||||||
|
|
||||||
export default function(props) {
|
export default function(props) {
|
||||||
return <span class={style.plus}>{props.children}</span>;
|
return <span class={style.plus}>{props.children}</span>;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import style from './Footer.less';
|
import style from './Footer.less';
|
||||||
import { Component } from 'preact';
|
|
||||||
|
|
||||||
export default function(props) {
|
export default function(props) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
import Markdown from "../components/Rendering/Markdown";
|
import { } from "bluelib";
|
||||||
import Panel from "../components/Elements/Panel";
|
|
||||||
import Match from "preact-router/match";
|
|
||||||
import ILatex from "../components/Rendering/ILatex";
|
|
||||||
|
|
||||||
const r = String.raw;
|
const r = String.raw;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue