This commit adds a new 'Contact' section to the website. It includes various subpages designed to assist and guide users looking to get in touch. Users can now seek help through a convenient form, connect with the team in multiple ways, or reach out to the sales team directly.
11 lines
276 B
TypeScript
11 lines
276 B
TypeScript
/* eslint-disable */
|
|
export default {
|
|
displayName: 'nx-dev-ui-contact',
|
|
transform: {
|
|
'^.+\\.[tj]sx?$': 'babel-jest',
|
|
},
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
|
coverageDirectory: '../../coverage/nx-dev/ui-contact',
|
|
preset: '../../jest.preset.js',
|
|
};
|