Skip to content

Commit

Permalink
fix bad imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jul 22, 2024
1 parent 2fdcb00 commit 162317c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Chrome Installation
description: Install CheerpJ Applet Runner for Chrome
---

import LinkButton from "@/components/LinkButton.astro";
import LinkButton from "@leaningtech/astro-theme/components/LinkButton.astro";

This tutorial will take you step by step on installing the CheerpJ Applet Runner extension for Chrome.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Edge Installation
description: Install CheerpJ Applet Runner for Edge
---

import LinkButton from "@/components/LinkButton.astro";
import LinkButton from "@leaningtech/astro-theme/components/LinkButton.astro";

This tutorial will take you step by step on how to install the CheerpJ Applet Runner extension for Edge.

Expand Down

0 comments on commit 162317c

Please sign in to comment.