summaryrefslogtreecommitdiff
path: root/examples/integrations-playground/src/pages/foo.astro
diff options
context:
space:
mode:
authorGravatar Marcus Otterström <github@otterstrom.dev> 2022-07-08 22:08:32 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-08 22:08:32 +0200
commit59e8c71786fd1c154904b3fefa7d26d88f4d92d2 (patch)
tree3a352e838b25a402c608913aeca21f471d75a826 /examples/integrations-playground/src/pages/foo.astro
parent1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc (diff)
downloadastro-59e8c71786fd1c154904b3fefa7d26d88f4d92d2.tar.gz
astro-59e8c71786fd1c154904b3fefa7d26d88f4d92d2.tar.zst
astro-59e8c71786fd1c154904b3fefa7d26d88f4d92d2.zip
Format astro files in examples (#3862)
Diffstat (limited to 'examples/integrations-playground/src/pages/foo.astro')
-rw-r--r--examples/integrations-playground/src/pages/foo.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/integrations-playground/src/pages/foo.astro b/examples/integrations-playground/src/pages/foo.astro
index fbdd5bb1f..0e9785f14 100644
--- a/examples/integrations-playground/src/pages/foo.astro
+++ b/examples/integrations-playground/src/pages/foo.astro
@@ -1,6 +1,6 @@
---
// Page 2!
-import Link from '../components/Link.jsx';
+import Link from "../components/Link.jsx";
---
<!DOCTYPE html>
@@ -10,6 +10,6 @@ import Link from '../components/Link.jsx';
<title>Demo: Page 2</title>
</head>
<body>
- <Link to="/" text="Go Home" />
+ <Link to="/" text="Go Home" />
</body>
</html>