From 6a12a29e1224939aa115a14715a4415e14b0b389 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 19 Jan 2023 22:50:09 +0000 Subject: feat: add several recipes (#293) --- recipes/gettr/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/gettr/index.js (limited to 'recipes/gettr/index.js') diff --git a/recipes/gettr/index.js b/recipes/gettr/index.js new file mode 100644 index 0000000..fe14017 --- /dev/null +++ b/recipes/gettr/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => class Gettr extends Ferdium {}; -- cgit v1.2.3-54-g00ecf