Refactoring
This commit is contained in:
parent
2230360e7e
commit
5a18d4bc80
15 changed files with 179 additions and 179 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
const riot = require('riot');
|
||||
document.title = 'Misskey | アプリの連携';
|
||||
require('./tags.ls');
|
||||
require('./tags/index.ls');
|
||||
const boot = require('../boot.js');
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
require './tags/index.tag'
|
||||
require './tags/form.tag'
|
||||
2
src/web/app/auth/tags/index.ls
Normal file
2
src/web/app/auth/tags/index.ls
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
require './index.tag'
|
||||
require './form.tag'
|
||||
Loading…
Add table
Add a link
Reference in a new issue