File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { EmptyButton } from "../commonElement";
7
7
import sql from "react-syntax-highlighter/dist/cjs/languages/hljs/sql" ;
8
8
import bash from "react-syntax-highlighter/dist/cjs/languages/hljs/bash" ;
9
9
import json from "react-syntax-highlighter/dist/cjs/languages/hljs/json" ;
10
- import tsx from "react-syntax-highlighter/dist/cjs/languages/prism /typescript" ;
10
+ import tsx from "react-syntax-highlighter/dist/cjs/languages/hljs /typescript"
11
11
12
12
SyntaxHighlighter . registerLanguage ( "sql" , sql ) ;
13
13
SyntaxHighlighter . registerLanguage ( "bash" , bash ) ;
Original file line number Diff line number Diff line change 1
1
import { useEffect , useId , useState } from "react" ;
2
2
import { isSameDate , useCalendar , UseCalendarOptions } from "@h6s/calendar" ;
3
+ import { styled } from "styled-components" ;
3
4
import Dropdown from "../Dropdown/Dropdown" ;
4
5
import { Icon } from "../Icon/Icon" ;
5
6
import { InputElement , InputWrapper } from "../Input/InputWrapper" ;
6
7
import { Container } from "../Container/Container" ;
7
- import styled from "styled-components" ;
8
8
import { IconButton } from "../IconButton/IconButton" ;
9
9
10
10
const locale = "en-US" ;
You can’t perform that action at this time.
0 commit comments