Merge branch 'feat/controlled-dialog' into feat/zip
This commit is contained in:
23
state/actions/index.ts
Normal file
23
state/actions/index.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { addFaucetAccount } from "./addFaucetAccount";
|
||||
import { compileCode } from "./compileCode";
|
||||
import { createNewFile } from "./createNewFile";
|
||||
import { deployHook } from "./deployHook";
|
||||
import { fetchFiles } from "./fetchFiles";
|
||||
import { importAccount } from "./importAccount";
|
||||
import { saveFile } from "./saveFile";
|
||||
import { syncToGist } from "./syncToGist";
|
||||
import { updateEditorSettings } from "./updateEditorSettings";
|
||||
import { downloadAsZip } from "./downloadAsZip";
|
||||
|
||||
export {
|
||||
addFaucetAccount,
|
||||
compileCode,
|
||||
createNewFile,
|
||||
deployHook,
|
||||
fetchFiles,
|
||||
importAccount,
|
||||
saveFile,
|
||||
syncToGist,
|
||||
updateEditorSettings,
|
||||
downloadAsZip
|
||||
};
|
||||
Reference in New Issue
Block a user