Skip to content

Commit bee7715

Browse files
authored
Merge pull request #49 from dunglas/import-bug
Fix an import bug
2 parents 02d3464 + 4903da7 commit bee7715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/react/utils/helpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { Link } from 'react-router-dom';
3-
import { API_PATH } from '../api/_entrypoint';
3+
import { API_PATH } from '../config/_entrypoint';
44

55
export function itemToLinks(items) {
66
return Array.isArray(items) ? items.map(item => createLink(item)) : createLink(items);

0 commit comments

Comments
 (0)