From 9d59cad84b9c9ba6a73a791ff28a0ce95cd58d29 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 26 Mar 2023 16:55:10 +0200 Subject: [PATCH] Move script to a subfolder --- src/components/instance-select.astro | 2 +- src/{ => scripts}/fetch-instances.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ => scripts}/fetch-instances.ts (100%) diff --git a/src/components/instance-select.astro b/src/components/instance-select.astro index 859227b..c1f6370 100644 --- a/src/components/instance-select.astro +++ b/src/components/instance-select.astro @@ -133,4 +133,4 @@ const { prefilledInstance } = Astro.props; return true; }); - + diff --git a/src/fetch-instances.ts b/src/scripts/fetch-instances.ts similarity index 100% rename from src/fetch-instances.ts rename to src/scripts/fetch-instances.ts