Import/export skeleton

This commit is contained in:
2020-04-14 17:34:12 -05:00
parent c5b2bd44ec
commit ee7222c126
14 changed files with 119 additions and 16 deletions

View File

@@ -1,13 +1,5 @@
import {createAction} from '@reduxjs/toolkit';
export const displaySkynetExport = () => {
return dispatch => {
};
};
export const displaySkynetImport = () => {
return dispatch => {
};
};
export const displaySkynetExport = createAction('skynet/displaySkynetExport');
export const displaySkynetImport = createAction('skynet/displaySkynetImport');