mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-24 05:05:50 +08:00
fix: type export
This commit is contained in:
committed by
Thomas Osmonson
parent
8389f70508
commit
4ce2b41f81
@@ -3,7 +3,8 @@ import React from 'react';
|
||||
import Editor from 'react-simple-code-editor';
|
||||
import { createGlobalStyle } from 'styled-components';
|
||||
import { Box, BoxProps, Highlighter } from '@blockstack/ui';
|
||||
import { Language } from '@blockstack/ui/src/highlighter/types';
|
||||
// TODO: change when new version is published
|
||||
import { Language } from '@blockstack/ui/dist/ui/src/highlighter/types';
|
||||
|
||||
const TextAreaOverrides = createGlobalStyle`
|
||||
.code-editor{
|
||||
|
||||
Reference in New Issue
Block a user