Rework frontend asset structure

This commit is contained in:
Tom Wiesing 2023-01-04 12:57:59 +01:00
parent 11f7749c1d
commit bc0e92bdac
No known key found for this signature in database
50 changed files with 93 additions and 70 deletions

View file

@ -0,0 +1,6 @@
import "~/src/lib/remote"
import "~/src/lib/highlight"
// include the user styles!
import "../User/index.ts"
import "../User/index.css"

View file

@ -1 +0,0 @@
/* nothing for now */

View file

@ -1 +0,0 @@
// nothing for now

View file

@ -1 +0,0 @@
/* nothing for now */

View file

@ -1 +0,0 @@
// nothing for now

View file

@ -1,2 +0,0 @@
import "~/src/lib/remote"
import "~/src/lib/highlight"

View file

@ -1 +0,0 @@
@import url("../ControlIndex/index.css")

View file

@ -1 +0,0 @@
import "../ControlIndex/index"