mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +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");
|
||||
const exposingList =
|
||||
"(PathKey, all, allImages, application, buildPage, images, isValidRoute, pages)";
|
||||
"(PathKey, all, allImages, application, images, isValidRoute, pages)";
|
||||
|
||||
function staticRouteStuff(staticRoutes) {
|
||||
return `
|
||||
|
Loading…
Reference in New Issue
Block a user