From f7e7a4861b10d4a0bba73dc7a87c7a57c74a7cb9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 6 Mar 2021 19:26:00 -0600 Subject: [PATCH] Export AppTemplate class --- pages-eleventy/app.11ty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages-eleventy/app.11ty.js b/pages-eleventy/app.11ty.js index 2a6b201..3aa07eb 100644 --- a/pages-eleventy/app.11ty.js +++ b/pages-eleventy/app.11ty.js @@ -20,7 +20,7 @@ export const makeDescription = function ( app ) { return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors when installed via Homebrew. ` } -class AppTemplate { +export class AppTemplate { // or `async data() {` // or `get data() {` data () {