More work on porting Utility commands
This commit is contained in:
parent
9bb72e0ffd
commit
017fcd93cc
6 changed files with 187 additions and 45 deletions
backend/src/plugins/Utility/commands
|
@ -1,6 +1,6 @@
|
|||
import { utilityCmd } from "../types";
|
||||
import { baseTypeHelpers as t } from "knub";
|
||||
import { archiveSearch, displaySearch, SearchType } from "./search";
|
||||
import { archiveSearch, displaySearch, SearchType } from "../search";
|
||||
|
||||
// Separate from SearchCmd to avoid a circular reference from ./search.ts
|
||||
export const searchCmdSignature = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue