We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953bc66 commit f90e55cCopy full SHA for f90e55c
packages/tdb-documents-ui-template/src/ViewDocumentComponent.js
@@ -1,6 +1,7 @@
1
import React, {useState} from "react";
2
import {Stack,Card,Button} from "react-bootstrap"
3
import {FrameViewer} from "@terminusdb/terminusdb-documents-ui"
4
+//import "terminusdb__darkly.css"
5
import * as CONST from "./components/constants"
6
import {ViewFramesButton} from "./components/ViewFramesButton"
7
import {CloseButton} from "./components/CloseButton"
packages/tdb-documents-ui/src/index.js
@@ -1,5 +1,7 @@
import 'bootstrap/dist/css/bootstrap.min.css';
import './css/terminusdb__styles.css';
+
export { FrameViewer } from './FrameViewer'
export { DiffViewer } from './diffs/diffViewer'
export { DocumentsUIHook } from './hook/DocumentsUIHook'
0 commit comments