File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- import React from 'react'
1
+ import * as styles from '../../styles/features.css'
2
+
3
+ import Create from '../../components/Create'
2
4
import FeatureCallout from '../../components/features/FeatureCallout'
3
5
import Header from '../../components/features/Header'
4
- import Section from '../../components/features/Section'
5
6
import Layout from '../../components/Layout'
7
+ import React from 'react'
6
8
import SEO from '../../components/SEO'
7
- import * as styles from '../../styles /features.css '
9
+ import Section from '../../components /features/Section '
8
10
import { StaticImage } from 'gatsby-plugin-image'
9
- import Create from '../../components/Create'
10
11
11
12
export default function NLUPage ( ) {
12
13
return (
@@ -40,7 +41,7 @@ export default function NLUPage() {
40
41
you've configured in another system, or use our{ ' ' }
41
42
< a href = "/docs/machine-learning/nlu-training-data" >
42
43
training data format
43
- </ a >
44
+ </ a > { ' ' }
44
45
to create your own.
45
46
</ p >
46
47
</ Section >
You can’t perform that action at this time.
0 commit comments