File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,13 @@ import TranslationChartImage from "../components/TranslationChartImage"
43
43
import PostMergeBanner from "../components/Banners/PostMergeBanner"
44
44
import EnergyConsumptionChart from "../components/EnergyConsumptionChart"
45
45
import QuizWidget from "../components/Quiz/QuizWidget"
46
+ import { Item as ItemTableOfContents } from "../components/TableOfContents/utils"
46
47
47
48
import { getLocaleTimestamp } from "../utils/time"
48
49
import { isLangRightToLeft , TranslationKey } from "../utils/translations"
49
50
import { Lang } from "../utils/languages"
50
- import { Item as ItemTableOfContents } from "../components/TableOfContents/utils"
51
- import { ChildOnlyProp , Context } from "../types"
52
51
53
- // Apply styles for classes within markdown here
52
+ import { ChildOnlyProp , Context } from "../types"
54
53
55
54
const Pre = ( props : ChildOnlyProp ) => (
56
55
< Text
You can’t perform that action at this time.
0 commit comments