import { SettingsPath } from '@/types/SettingsPath'; import styled from '@emotion/styled'; import { getSettingsPath } from '~/utils/navigation/getSettingsPath'; import { AnimatedPlaceholder, AnimatedPlaceholderEmptyContainer, AnimatedPlaceholderEmptySubTitle, AnimatedPlaceholderEmptyTextContainer, AnimatedPlaceholderEmptyTitle, EMPTY_PLACEHOLDER_TRANSITION_PROPS, } from 'twenty-ui/layout'; import { Button } from 'twenty-ui/input'; import { IconPlus } from 'twenty-ui/display'; const StyledEmptyFunctionsContainer = styled.div` height: 60vh; `; export const SettingsServerlessFunctionsTableEmpty = () => { return ( Add your first Function Add your first Function to get started