7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
|
import './styles/theme.css'
|
||
|
|
||
|
import 'altcha';
|
||
|
import theme from './theme';
|
||
|
|
||
|
theme();
|