mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34: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,
|
||||
"name": "bluelib",
|
||||
"version": "0.12.1",
|
||||
"version": "0.12.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"source": "src/index.js",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -8,6 +8,7 @@ import Timer from "./components/Elements/Timer";
|
|||
import Todo from "./components/Elements/Todo";
|
||||
|
||||
import HInput from "./components/Layout/HInput";
|
||||
import HButton from "./components/Layout/HButton";
|
||||
import Split from "./components/Layout/Split";
|
||||
|
||||
import BLatex from "./components/Rendering/BLatex";
|
||||
|
@ -50,6 +51,7 @@ export {
|
|||
Todo,
|
||||
|
||||
HInput,
|
||||
HButton,
|
||||
Split,
|
||||
|
||||
BLatex,
|
||||
|
|
Loading…
Reference in a new issue