Skip to content

Commit

Permalink
Merge pull request #40 from 4zzz/master
Browse files Browse the repository at this point in the history
Standalone app fix
  • Loading branch information
crnkjck authored Jul 1, 2022
2 parents 4d10d40 + 1b56206 commit 95e0357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn.lock
.idea/
.DS_Store
src/.DS_Store
src/Editor.js
src/Main.js
yarn-error.log
elm.js
/build/
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Tableau Editor</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.3/css/all.css">
<link rel="stylesheet" href="static/main.css">
<script type="text/javascript" src="Editor.js"></script>
<script type="text/javascript" src="Main.js"></script>
</head>
<body>
<div id="app-root"></div>
Expand Down

0 comments on commit 95e0357

Please sign in to comment.