Browse Source

Remove concept of frontend preview types

pull/6409/head
Andrew Kingston 4 years ago
parent
commit
b041700ea8
  1. 1
      packages/builder/src/builderStore/store/frontend.js
  2. 7
      packages/builder/src/constants/index.js

1
packages/builder/src/builderStore/store/frontend.js

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

7
packages/builder/src/constants/index.js

@ -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…
Cancel
Save