Fix css import bug.

This commit is contained in:
BoHung Chiu 2022-11-13 11:12:00 +08:00
parent 835fbc7a3d
commit a90863cb49
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<% OrbitHelper.render_css_in_head(["space-frontend.scss"]) %>
<% OrbitHelper.render_css_in_head(["space-frontend"]) %>
<%= render_view %>