mirror of
https://github.com/johrpan/memor.git
synced 2025-10-28 11:17:26 +01:00
Add german translation
This commit is contained in:
parent
4be8aa8ff5
commit
3b33e6879a
8 changed files with 117 additions and 28 deletions
|
|
@ -1,12 +1,9 @@
|
|||
import 'package:flutter/widgets.dart';
|
||||
|
||||
import 'backend.dart';
|
||||
import 'app.dart';
|
||||
|
||||
void main() {
|
||||
runApp(
|
||||
MemorBackend(
|
||||
child: MemorApp(),
|
||||
),
|
||||
MemorApp(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue