From 17971a5d9604211901acfd782cd10520021736bd Mon Sep 17 00:00:00 2001 From: Nick Playfair Date: Mon, 4 Jan 2021 17:51:41 +0000 Subject: [PATCH] Move source files to src --- bom2table.js => src/bom2table.js | 0 index.html => src/index.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bom2table.js => src/bom2table.js (100%) rename index.html => src/index.html (100%) diff --git a/bom2table.js b/src/bom2table.js similarity index 100% rename from bom2table.js rename to src/bom2table.js diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html