Remove concept of frontend preview types

This commit is contained in:
Andrew Kingston 2022-05-12 09:46:21 +01:00
parent 8331b72b1a
commit b041700ea8
2 changed files with 0 additions and 8 deletions

View File

@ -9,7 +9,6 @@ import {
tables, tables,
} from "stores/backend" } from "stores/backend"
import { API } from "api" import { API } from "api"
import { FrontendTypes } from "constants"
import analytics, { Events } from "analytics" import analytics, { Events } from "analytics"
import { import {
findComponentType, findComponentType,

View File

@ -2,13 +2,6 @@ export const TableNames = {
USERS: "ta_users", USERS: "ta_users",
} }
export const FrontendTypes = {
PAGE: "page",
SCREEN: "screen",
LAYOUT: "layout",
NONE: "none",
}
export const AppStatus = { export const AppStatus = {
ALL: "all", ALL: "all",
DEV: "development", DEV: "development",