Remove concept of frontend preview types
This commit is contained in:
parent
8331b72b1a
commit
b041700ea8
|
@ -9,7 +9,6 @@ import {
|
|||
tables,
|
||||
} from "stores/backend"
|
||||
import { API } from "api"
|
||||
import { FrontendTypes } from "constants"
|
||||
import analytics, { Events } from "analytics"
|
||||
import {
|
||||
findComponentType,
|
||||
|
|
|
@ -2,13 +2,6 @@ export const TableNames = {
|
|||
USERS: "ta_users",
|
||||
}
|
||||
|
||||
export const FrontendTypes = {
|
||||
PAGE: "page",
|
||||
SCREEN: "screen",
|
||||
LAYOUT: "layout",
|
||||
NONE: "none",
|
||||
}
|
||||
|
||||
export const AppStatus = {
|
||||
ALL: "all",
|
||||
DEV: "development",
|
||||
|
|
Loading…
Reference in New Issue