From 9a5c87160dd7c13627a882d13d6c2a768556b4ff Mon Sep 17 00:00:00 2001 From: Matt <77928207+mattzcarey@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:07:49 +0100 Subject: [PATCH] Feat/quick demo (#256) * feat: quick demo * fix imports --- services/web-app/src/app/installation/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web-app/src/app/installation/page.tsx b/services/web-app/src/app/installation/page.tsx index f49a51f9..bd9c7254 100644 --- a/services/web-app/src/app/installation/page.tsx +++ b/services/web-app/src/app/installation/page.tsx @@ -1,7 +1,6 @@ -import React from "react"; import ReactMarkdown from "react-markdown"; -import { InstallationInstructions } from "../../lib/constants"; +import { InstallationInstructions } from "../../lib/installation"; export default function Installation(): JSX.Element { return (