mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 21:38:07 +01:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
import { start } from 'rails-ujs';
|
|
|
|
start();
|
|
|
|
import 'flavours/glitch/styles/index.scss';
|
|
|
|
// This ensures that webpack compiles our images.
|
|
require.context('../images', true);
|