mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Remove unused exposed function.
This commit is contained in:
parent
5346da2e28
commit
d77d41984e
@ -1,4 +1,4 @@
|
||||
module Content exposing (aboutPage, allData, pages, posts)
|
||||
module Content exposing (allData, pages, posts)
|
||||
|
||||
import Element exposing (Element)
|
||||
import Mark
|
||||
|
@ -2,7 +2,7 @@ module Main exposing (main)
|
||||
|
||||
import Browser
|
||||
import Browser.Navigation as Nav
|
||||
import Content exposing (aboutPage)
|
||||
import Content
|
||||
import Element exposing (Element)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
|
Loading…
Reference in New Issue
Block a user