Adds in image icons

This commit is contained in:
zontreck 2024-07-21 03:13:12 -07:00
parent 7836668d4c
commit 192f039421
21 changed files with 88 additions and 51 deletions

View file

@ -16,8 +16,8 @@ class MainApp extends StatelessWidget {
theme: ThemeData.dark(),
routes: {
"/": (context) => const Editor(),
"/add": (context) => AddPage(),
"/snbt": (context) => SnbtEdit()
"/add": (context) => const AddPage(),
"/snbt": (context) => const SnbtEdit()
},
);
}