From c991b85c8dc73750aa385169cd904ec782962d98 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 31 Oct 2017 21:59:14 -0700 Subject: [PATCH] removed additional .js --- app/models/Document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/Document.js b/app/models/Document.js index d882c039d..5df71a8f8 100644 --- a/app/models/Document.js +++ b/app/models/Document.js @@ -5,7 +5,7 @@ import invariant from 'invariant'; import { client } from 'utils/ApiClient'; import stores from 'stores'; import ErrorsStore from 'stores/ErrorsStore'; -import parseTitle from '../../shared/utils/parseTitle.js'; +import parseTitle from '../../shared/utils/parseTitle'; import type { User } from 'types'; import BaseModel from './BaseModel';