Skip to content

Commit f90e55c

Browse files
committed
my stuff
1 parent 953bc66 commit f90e55c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/tdb-documents-ui-template/src/ViewDocumentComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React, {useState} from "react";
22
import {Stack,Card,Button} from "react-bootstrap"
33
import {FrameViewer} from "@terminusdb/terminusdb-documents-ui"
4+
//import "terminusdb__darkly.css"
45
import * as CONST from "./components/constants"
56
import {ViewFramesButton} from "./components/ViewFramesButton"
67
import {CloseButton} from "./components/CloseButton"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import 'bootstrap/dist/css/bootstrap.min.css';
22
import './css/terminusdb__styles.css';
3+
34
export { FrameViewer } from './FrameViewer'
45
export { DiffViewer } from './diffs/diffViewer'
56
export { DocumentsUIHook } from './hook/DocumentsUIHook'
7+

0 commit comments

Comments
 (0)