Skip to content

Commit 23ece77

Browse files
committed
ci: triggering deployment
1 parent bf6dbc4 commit 23ece77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/getting-started.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
import { type ReactElement } from "react";
2020
import Layout from "@/components/Layout";
2121
import { type NextPageWithLayout } from "./_app";
22-
import { type Lessons, type Lesson } from "@/interfaces";
22+
import type { Lessons, Lesson } from "@/interfaces";
2323
import { useAppContext } from "@/contexts/AppContext";
2424

2525
const GettingStartedPage: NextPageWithLayout<Lessons> = () => {

0 commit comments

Comments
 (0)