mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
0.16.1
This commit is contained in:
parent
6220da11e3
commit
3f2f106b9e
2 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": false,
|
"private": false,
|
||||||
"name": "bluelib",
|
"name": "bluelib",
|
||||||
"version": "0.16.0",
|
"version": "0.16.1",
|
||||||
"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",
|
||||||
|
|
|
@ -41,6 +41,9 @@ import {royalnetApiRequest, RoyalnetApiError} from "./utils/royalnetApiRequest";
|
||||||
import Bluelib from "./components/Bluelib";
|
import Bluelib from "./components/Bluelib";
|
||||||
import Bottom from "./components/Layout/Bottom";
|
import Bottom from "./components/Layout/Bottom";
|
||||||
import Unmargin from "./components/Layout/Unmargin";
|
import Unmargin from "./components/Layout/Unmargin";
|
||||||
|
import CodeDefaultStyle from "./contexts/CodeDefaultStyle";
|
||||||
|
import CodeDefaultLanguage from "./contexts/CodeDefaultLanguage";
|
||||||
|
|
||||||
|
|
||||||
import Sample from "./routes/Sample";
|
import Sample from "./routes/Sample";
|
||||||
export default function(props) {
|
export default function(props) {
|
||||||
|
@ -92,4 +95,6 @@ export {
|
||||||
Bluelib,
|
Bluelib,
|
||||||
Bottom,
|
Bottom,
|
||||||
Unmargin,
|
Unmargin,
|
||||||
|
CodeDefaultStyle,
|
||||||
|
CodeDefaultLanguage,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue