Skip to content

Commit

Permalink
Remove JsonBase64Converter component from App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
janvandenschilden committed Apr 30, 2024
1 parent f38a1ba commit 7675e5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import SampleConfigForm from './ui/sample-config-form';
import { BrowserDatabase } from './browser-log';
import legend from './legend.png';
import UrlsafeCodec from './lib/urlsafe-codec';
import JsonBase64Converter from './ui/json-base64-converter';

const db = new Database();
const log = new BrowserDatabase();
Expand Down Expand Up @@ -519,7 +518,6 @@ function App(props: RouteComponentProps) {
experimental={{ reactive: true }}
theme={THEME}
/>
<JsonBase64Converter />
</div>
);
// !! Removed `demo` not to update twice since `drivers` are updated right after a demo update.
Expand Down

0 comments on commit 7675e5d

Please sign in to comment.