Skip to content

Commit daac2f6

Browse files
committed
order imports
1 parent d6257b9 commit daac2f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/templates/static.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ import TranslationChartImage from "../components/TranslationChartImage"
4343
import PostMergeBanner from "../components/Banners/PostMergeBanner"
4444
import EnergyConsumptionChart from "../components/EnergyConsumptionChart"
4545
import QuizWidget from "../components/Quiz/QuizWidget"
46+
import { Item as ItemTableOfContents } from "../components/TableOfContents/utils"
4647

4748
import { getLocaleTimestamp } from "../utils/time"
4849
import { isLangRightToLeft, TranslationKey } from "../utils/translations"
4950
import { Lang } from "../utils/languages"
50-
import { Item as ItemTableOfContents } from "../components/TableOfContents/utils"
51-
import { ChildOnlyProp, Context } from "../types"
5251

53-
// Apply styles for classes within markdown here
52+
import { ChildOnlyProp, Context } from "../types"
5453

5554
const Pre = (props: ChildOnlyProp) => (
5655
<Text

0 commit comments

Comments
 (0)