From 4e74b7de3ca88681ddd157e1d16d0f3ead79bd32 Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Mon, 8 May 2023 22:19:43 -0600 Subject: [PATCH] Move src/runtime/store/index.ts to src/runtime/store/index.js --- src/runtime/store/{index.ts => index.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/runtime/store/{index.ts => index.js} (100%) diff --git a/src/runtime/store/index.ts b/src/runtime/store/index.js similarity index 100% rename from src/runtime/store/index.ts rename to src/runtime/store/index.js