From 7b6f866d79380fa54faa51d3b4c92c5f24d271b6 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Sat, 7 Sep 2019 11:13:34 +0530 Subject: [PATCH] Remove exposed value that should be private. --- generator/src/elm-file-constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/src/elm-file-constants.js b/generator/src/elm-file-constants.js index 112524cf..7c276f68 100644 --- a/generator/src/elm-file-constants.js +++ b/generator/src/elm-file-constants.js @@ -1,6 +1,6 @@ generateRawContent = require("./generate-raw-content.js"); const exposingList = - "(PathKey, all, allImages, application, buildPage, images, isValidRoute, pages)"; + "(PathKey, all, allImages, application, images, isValidRoute, pages)"; function staticRouteStuff(staticRoutes) { return `