mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Remove file
This commit is contained in:
parent
6a002fab81
commit
69c5792660
@ -1,30 +0,0 @@
|
||||
import { Reducer } from 'react';
|
||||
|
||||
export interface IAvatarEditorState
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
export interface IAvatarEditorAction
|
||||
{
|
||||
type: string;
|
||||
payload: {
|
||||
}
|
||||
}
|
||||
|
||||
export class AvatarEditorActions
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
export const initialAvatarEditor: IAvatarEditorState = {
|
||||
}
|
||||
|
||||
export const AvatarEditorReducer: Reducer<IAvatarEditorState, IAvatarEditorAction> = (state, action) =>
|
||||
{
|
||||
switch(action.type)
|
||||
{
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user