fix(offline): add support when running on isolated network (#359)

This commit is contained in:
Guy Ben-Aharon
2024-11-06 23:56:05 +02:00
committed by GitHub
parent acb736e44f
commit aa884b49ce

View File

@@ -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;