From d41d9e900a4ce25544a07113c082d762af2d9cc9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:01:31 +0100 Subject: Pulls out back-to-top module --- public/css/modules/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/css/modules/index.css') diff --git a/public/css/modules/index.css b/public/css/modules/index.css index 8766ef5..6a5cef1 100644 --- a/public/css/modules/index.css +++ b/public/css/modules/index.css @@ -1,3 +1,4 @@ @import './btn.css'; @import './link.css'; -@import './news-index.css'; \ No newline at end of file +@import './news-index.css'; +@import './back-to-top.css'; \ No newline at end of file -- cgit v1.2.3