Initial commit, added all backend files
This commit is contained in:
9
web/dart/main.dart
Normal file
9
web/dart/main.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import './reorganize_html.dart' show reorganizeHtml;
|
||||
import './theme.dart' show enableThemeChanger, setTheme;
|
||||
|
||||
Future<void> main() async {
|
||||
await setTheme();
|
||||
await reorganizeHtml().then((_) {
|
||||
enableThemeChanger();
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user