From 75e6eb484f12602c4a164e715f8589ba4ac7ea24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Krzy=C5=BCanowski?= Date: Sun, 26 Feb 2023 17:16:26 +0100 Subject: [PATCH] Fixed typo in SCSS file name --- app.js | 1 + client/src/style/{_MIxins.scss => _Mixins.scss} | 0 2 files changed, 1 insertion(+) rename client/src/style/{_MIxins.scss => _Mixins.scss} (100%) diff --git a/app.js b/app.js index 7358ac0..0c52da1 100644 --- a/app.js +++ b/app.js @@ -7,6 +7,7 @@ const validator = require('validator'); const app = express(); +// TODO: Replace with some environmental variables which store real password / host / database name const db = pgp('postgres://postgres:99postgres11@localhost:5432/skrytka'); const port = 3001; diff --git a/client/src/style/_MIxins.scss b/client/src/style/_Mixins.scss similarity index 100% rename from client/src/style/_MIxins.scss rename to client/src/style/_Mixins.scss