Skip to content

Commit

Permalink
Clean up imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddriley committed Oct 6, 2023
1 parent 51b5ecf commit 08415e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/NavHeading.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { LanguageSlug, getPathParts } from "@/lib/languageFromPath";
import clsx from "clsx";
import { Selfie } from "./Selfie";
import { useRouter } from "next/router";
import { LanguageSlug, getPathParts } from "@/lib/languageFromPath";
import { useState } from "react";
import { HeadingLanguageSelect } from "./HeadingLanguageSelect";
import { Selfie } from "./Selfie";

type NavHeadingProps = {
text: string;
Expand Down

0 comments on commit 08415e4

Please sign in to comment.