mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-01 20:43:49 +00:00
fix(offline): add support when running on isolated network (#359)
This commit is contained in:
@@ -9,6 +9,7 @@ import { Tooltip, TooltipContent, TooltipTrigger } from '../tooltip/tooltip';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { DarkTheme } from './themes/dark';
|
||||
import { LightTheme } from './themes/light';
|
||||
import './config.ts';
|
||||
|
||||
export interface CodeSnippetProps {
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user