We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6dbc4 commit 23ece77Copy full SHA for 23ece77
src/pages/getting-started.tsx
@@ -19,7 +19,7 @@ import {
19
import { type ReactElement } from "react";
20
import Layout from "@/components/Layout";
21
import { type NextPageWithLayout } from "./_app";
22
-import { type Lessons, type Lesson } from "@/interfaces";
+import type { Lessons, Lesson } from "@/interfaces";
23
import { useAppContext } from "@/contexts/AppContext";
24
25
const GettingStartedPage: NextPageWithLayout<Lessons> = () => {
0 commit comments