From cfdc5372d4a0e7b10ccd8efe9a7dbf341bb1bc86 Mon Sep 17 00:00:00 2001 From: Richard Gerum <14153051+rgerum@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:39:17 -0500 Subject: [PATCH] fixed import in [story_id]/page.jsx --- src/app/(stories)/story/[story_id]/page.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/(stories)/story/[story_id]/page.jsx b/src/app/(stories)/story/[story_id]/page.jsx index fc56ead7..cd83de56 100644 --- a/src/app/(stories)/story/[story_id]/page.jsx +++ b/src/app/(stories)/story/[story_id]/page.jsx @@ -1,11 +1,10 @@ import React from "react"; - -import { sql } from "lib/db"; - -import StoryWrapper from "./story_wrapper"; import { notFound } from "next/navigation"; +import { sql } from "lib/db"; import getUserId from "lib/getUserId"; import { get_localisation_dict } from "lib/get_localisation"; +import StoryWrapper from "./story_wrapper"; +import { get_story } from "./getStory"; async function get_story_meta(course_id) { const course_query = await sql`SELECT