| 1 |
import { __ } from "@wordpress/i18n"; |
| 2 |
|
| 3 |
export const welcomePageAssets = { |
| 4 |
proBuyUrl: "https://tableberg.com/pricing/", |
| 5 |
youtubeVideoId: "TKsL_bUVCTU", |
| 6 |
documentsUrl: "https://tableberg.com/docs/", |
| 7 |
supportUrl: "https://tableberg.com/contact/", |
| 8 |
}; |
| 9 |
|