From f92249c8b74171ba213b8181055c8551bc8b14e6 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 29 Nov 2017 13:20:22 -0800 Subject: [PATCH] Removed FIXME comment --- src/layouts/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/index.js b/src/layouts/index.js index 5ef58119..7cb6abef 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -7,8 +7,6 @@ 'use strict'; -// FIXME: I actually cannot figure out where this Template is used - // Polyfills for IE import 'array-from'; import 'string.prototype.includes';