mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
0.12.2
This commit is contained in:
parent
dddd117dc7
commit
308a8b00c4
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": false,
|
"private": false,
|
||||||
"name": "bluelib",
|
"name": "bluelib",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"source": "src/index.js",
|
"source": "src/index.js",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
|
@ -8,6 +8,7 @@ import Timer from "./components/Elements/Timer";
|
||||||
import Todo from "./components/Elements/Todo";
|
import Todo from "./components/Elements/Todo";
|
||||||
|
|
||||||
import HInput from "./components/Layout/HInput";
|
import HInput from "./components/Layout/HInput";
|
||||||
|
import HButton from "./components/Layout/HButton";
|
||||||
import Split from "./components/Layout/Split";
|
import Split from "./components/Layout/Split";
|
||||||
|
|
||||||
import BLatex from "./components/Rendering/BLatex";
|
import BLatex from "./components/Rendering/BLatex";
|
||||||
|
@ -50,6 +51,7 @@ export {
|
||||||
Todo,
|
Todo,
|
||||||
|
|
||||||
HInput,
|
HInput,
|
||||||
|
HButton,
|
||||||
Split,
|
Split,
|
||||||
|
|
||||||
BLatex,
|
BLatex,
|
||||||
|
|
Loading…
Reference in a new issue