refactor(app.tsx): move Portal to new file and some refactoring (#1398)
This commit is contained in:
@ -48,3 +48,8 @@ export const ENV = {
|
||||
TEST: "test",
|
||||
DEVELOPMENT: "development",
|
||||
};
|
||||
|
||||
export const BROADCAST = {
|
||||
SERVER_VOLATILE: "server-volatile-broadcast",
|
||||
SERVER: "server-broadcast",
|
||||
};
|
||||
|
Reference in New Issue
Block a user