diff --git a/assets/app.js b/assets/app.js index 8725cc5..7624b51 100644 --- a/assets/app.js +++ b/assets/app.js @@ -1,10 +1 @@ -import './bootstrap.js'; -/* - * Welcome to your app's main JavaScript file! - * - * This file will be included onto the page via the importmap() Twig function, - * which should already be in your base.html.twig. - */ import './styles/app.css'; - -console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉'); diff --git a/assets/styles/app.css b/assets/styles/app.css index dd6181a..e69de29 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -1,3 +0,0 @@ -body { - background-color: skyblue; -} diff --git a/templates/anki/index.html.twig b/templates/anki/index.html.twig deleted file mode 100644 index 18fc9d2..0000000 --- a/templates/anki/index.html.twig +++ /dev/null @@ -1,20 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block title %}Hello AnkiController!{% endblock %} - -{% block body %} - - -
/strg/prgm/web/anker/src/Controller/AnkiController.php
/strg/prgm/web/anker/templates/anki/index.html.twig