mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-07 16:10:15 +02:00
Refactors and start of candidate answer relation
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import * as bootstrap from 'bootstrap'
|
||||
import './bootstrap.js';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
|
||||
import './stimulus.js';
|
||||
import './bootstrap.js'
|
||||
import './styles/backoffice.scss';
|
||||
|
||||
Vendored
+2
-5
@@ -1,5 +1,2 @@
|
||||
import { startStimulusApp } from '@symfony/stimulus-bundle';
|
||||
|
||||
const app = startStimulusApp();
|
||||
// register any custom, 3rd party controllers here
|
||||
// app.register('some_controller_name', SomeImportedController);
|
||||
import * as bootstrap from 'bootstrap'
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
|
||||
+3
-5
@@ -1,6 +1,4 @@
|
||||
import './bootstrap.js';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
import * as bootstrap from 'bootstrap'
|
||||
|
||||
import './styles/app.scss'
|
||||
import './stimulus.js';
|
||||
import './bootstrap.js'
|
||||
import './styles/quiz.scss'
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import { startStimulusApp } from '@symfony/stimulus-bundle';
|
||||
|
||||
const app = startStimulusApp();
|
||||
@@ -1,2 +0,0 @@
|
||||
// register any custom, 3rd party controllers here
|
||||
// app.register('some_controller_name', SomeImportedController);
|
||||
Reference in New Issue
Block a user