Import/export skeleton
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user