From 95d4aecadb759840d70623cdf973096c58e4cf07 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 3 Aug 2020 12:21:40 -0500 Subject: [PATCH] Renamed and moved index.js for starting with `npm start` --- beachball.js => src/index.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename beachball.js => src/index.js (100%) diff --git a/beachball.js b/src/index.js similarity index 100% rename from beachball.js rename to src/index.js