moved to src

This commit is contained in:
hariroshan 2023-01-11 18:53:07 +05:30
parent 33f7bd51ff
commit a32d337c70
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
import Elm from "./Main.elm";
import Elm from "./src/Main.elm";
import { start } from "../elm-native-js/App.bs"
import { Application } from "@nativescript/core";
start(
{

View File

@ -1,7 +1,7 @@
{
"type": "application",
"source-directories": [
"app",
"app/src",
"elm-native/src"
],
"elm-version": "0.19.1",