From 6fbfeaef51b98476ea6170a3909da94704997938 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 7 Mar 2023 05:19:36 -0600 Subject: [PATCH] Move some of the template comments. --- index.tsx | 11 +---------- server.js | 12 ++++++++++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/index.tsx b/index.tsx index 779b22b..1cbf0da 100644 --- a/index.tsx +++ b/index.tsx @@ -7,18 +7,9 @@ // https://blog.logrocket.com/how-use-typescript-react-tutorial-examples/ */ -// Attach all the needed helperss. +// Attach all the needed helpers. import "src/includes.ts"; -/* DB Setup */ - - - -/* Test Code */ -// Just playing with the DB until learning React. - - - /* Main, UI */ diff --git a/server.js b/server.js index e239019..108759e 100644 --- a/server.js +++ b/server.js @@ -1,7 +1,15 @@ -#!/usr/bin/node /* - +// Date: 2023-03-07 +// Developer: Hyperling +// Purpose: Provide an API for the UI to hit, decoupling the DB code. */ "use strict"; +/* DB Setup */ + + +/* Test Code */ +// Just playing with the DB until learning React. + +