revert QFT and not crash the site
This commit is contained in:
parent
bd63a3b516
commit
0e2e595188
9 changed files with 1 additions and 2 deletions
|
@ -1236,7 +1236,6 @@
|
|||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<id>qft</id>
|
||||
<category>timer</category>
|
||||
<title lang="en-US">Quarterframe Timer (Experimental)</title>
|
||||
<title lang="ja-JP">QFタイマー</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import InstantRestart from './InstantRestart/codegen.js';
|
||||
import qft from './qft_pending/codegen.js';
|
||||
import qft from './qft/codegen.js';
|
||||
|
||||
export default {
|
||||
InstantRestart,
|
||||
|
|
Loading…
Reference in a new issue