Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/DragAndDrop.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module DragAndDrop exposing (..)

import Browser
import File exposing (File)
import File.Select as Select
Expand Down
2 changes: 2 additions & 0 deletions examples/DragAndDropWithImagePreview.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module DragAndDropWithImagePreview exposing (..)

import Browser
import File exposing (File)
import File.Select as Select
Expand Down
2 changes: 2 additions & 0 deletions examples/SelectFiles.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module SelectFiles exposing (..)

import Browser
import File exposing (File)
import Html exposing (..)
Expand Down
2 changes: 2 additions & 0 deletions examples/SelectFilesWithProgress.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module SelectFilesWithProgress exposing (..)

import Browser
import File exposing (File)
import Html exposing (..)
Expand Down
2 changes: 2 additions & 0 deletions examples/SelectFilesWithProgressAndCancellation.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module SelectFilesWithProgressAndCancellation exposing (..)

import Browser
import File exposing (File)
import Html exposing (..)
Expand Down
2 changes: 1 addition & 1 deletion examples/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"."
],
"elm-version": "0.19.0",
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
Expand Down