mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Remove exposed value that should be private.
This commit is contained in:
parent
17b03bdcde
commit
7b6f866d79
@ -1,6 +1,6 @@
|
|||||||
generateRawContent = require("./generate-raw-content.js");
|
generateRawContent = require("./generate-raw-content.js");
|
||||||
const exposingList =
|
const exposingList =
|
||||||
"(PathKey, all, allImages, application, buildPage, images, isValidRoute, pages)";
|
"(PathKey, all, allImages, application, images, isValidRoute, pages)";
|
||||||
|
|
||||||
function staticRouteStuff(staticRoutes) {
|
function staticRouteStuff(staticRoutes) {
|
||||||
return `
|
return `
|
||||||
|
Loading…
Reference in New Issue
Block a user