Skip to content

Commit

Permalink
fix css paths
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 6, 2024
1 parent d35a6c4 commit 93b8924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url('/css/HomePage.css');
@import url('/css/MainLayout.css');
@import url('/css/SampleLayout.css');
@import url('HomePage.css');
@import url('MainLayout.css');
@import url('SampleLayout.css');


* {
Expand Down

0 comments on commit 93b8924

Please sign in to comment.