mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
0.11.1
This commit is contained in:
parent
8f3f73fbe6
commit
543dcedb40
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": false,
|
||||
"name": "bluelib",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"source": "src/index.js",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -21,9 +21,14 @@ import LatexDefaultDisplay from "./contexts/LatexDefaultDisplay";
|
|||
import LatexDefaultInline from "./contexts/LatexDefaultInline";
|
||||
import LatexRenderColor from "./contexts/LatexRenderColor";
|
||||
|
||||
import useFormValidator from "./hooks/useFormValidator";
|
||||
import useRoyalnetData from "./hooks/useRoyalnetData";
|
||||
import useRoyalnetInstanceValidator from "./hooks/useRoyalnetInstanceValidator";
|
||||
|
||||
import theme from "./styles/theme.less";
|
||||
|
||||
import stripTabs from "./utils/stripTabs";
|
||||
import {royalnetApiRequest, RoyalnetApiError} from "./utils/royalnetApiRequest";
|
||||
|
||||
|
||||
export {
|
||||
|
@ -47,5 +52,7 @@ export {
|
|||
LatexDefaultInline,
|
||||
LatexRenderColor,
|
||||
theme,
|
||||
stripTabs
|
||||
stripTabs,
|
||||
royalnetApiRequest,
|
||||
RoyalnetApiError,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue