add actions, reordering base interactions

This commit is contained in:
41666 2021-07-06 09:59:04 -05:00
parent b0c8b2378b
commit 2d589b988f
26 changed files with 383 additions and 427 deletions

View file

@ -1,4 +1,4 @@
import { Redirect } from '@reach/router';
import { navigate, Redirect } from '@reach/router';
import { EditorTemplate } from '@roleypoly/design-system/templates/editor';
import { GenericLoadingTemplate } from '@roleypoly/design-system/templates/generic-loading';
import {
@ -87,6 +87,8 @@ const Editor = (props: EditorProps) => {
setGuild(guild);
setPending(false);
}
navigate(`/s/${props.serverID}`);
};
return (