feat(fs.dev): Added theme support
This commit is contained in:
parent
84ffe26a76
commit
e1ecd0cb98
26 changed files with 834 additions and 96 deletions
13
packages/freesewing.shared/themes/index.js
Normal file
13
packages/freesewing.shared/themes/index.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
const light = require('./light')
|
||||
const dark = require('./dark')
|
||||
const bureaucrats = require('./bureaucrats')
|
||||
const kindergarten = require('./kindergarten')
|
||||
const hax0r = require('./hax0r')
|
||||
|
||||
module.exports = {
|
||||
light,
|
||||
dark,
|
||||
bureaucrats,
|
||||
kindergarten,
|
||||
hax0r,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue