Rework frontend asset structure
This commit is contained in:
parent
11f7749c1d
commit
bc0e92bdac
50 changed files with 93 additions and 70 deletions
|
|
@ -0,0 +1,6 @@
|
|||
import "~/src/lib/remote"
|
||||
import "~/src/lib/highlight"
|
||||
|
||||
// include the user styles!
|
||||
import "../User/index.ts"
|
||||
import "../User/index.css"
|
||||
|
|
@ -1 +0,0 @@
|
|||
/* nothing for now */
|
||||
|
|
@ -1 +0,0 @@
|
|||
// nothing for now
|
||||
|
|
@ -1 +0,0 @@
|
|||
/* nothing for now */
|
||||
|
|
@ -1 +0,0 @@
|
|||
// nothing for now
|
||||
|
|
@ -1 +0,0 @@
|
|||
// nothing for now
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
import "~/src/lib/remote"
|
||||
import "~/src/lib/highlight"
|
||||
|
|
@ -1 +0,0 @@
|
|||
@import url("../ControlIndex/index.css")
|
||||
|
|
@ -1 +0,0 @@
|
|||
import "../ControlIndex/index"
|
||||
Loading…
Add table
Add a link
Reference in a new issue