Skip to content

Commit

Permalink
Feat/quick demo (#256)
Browse files Browse the repository at this point in the history
* feat: quick demo

* fix imports
  • Loading branch information
mattzcarey authored Sep 7, 2023
1 parent dacf440 commit 9a5c871
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/web-app/src/app/installation/page.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 9a5c871

Please sign in to comment.