Remove style require in TypeScript

This commit is contained in:
Andreas Nedbal 2023-01-03 12:31:44 +01:00 committed by Andreas Nedbal
parent 412be4123c
commit 538756c6aa
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
require('../styles/application.scss');
import { Application } from '@hotwired/stimulus';
import { definitionsFromContext } from '@hotwired/stimulus-webpack-helpers';