Run prettier through everything.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
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";
|
||||
import { sendTransaction } from "./sendTransaction";
|
||||
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'
|
||||
import { sendTransaction } from './sendTransaction'
|
||||
|
||||
export {
|
||||
addFaucetAccount,
|
||||
@@ -22,4 +22,4 @@ export {
|
||||
updateEditorSettings,
|
||||
downloadAsZip,
|
||||
sendTransaction
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user