remove unused images

This commit is contained in:
2025-08-01 11:37:00 +02:00
parent edb3244dd8
commit 77d5c8bc69
13 changed files with 49 additions and 129 deletions

View File

@@ -71,8 +71,6 @@ class _MzansiInnovationHubState extends State<MzansiInnovationHub> {
double width = MediaQuery.sizeOf(context).width;
theme.setScreenType(width);
precacheImage(theme.loadingImage(), context);
precacheImage(theme.logoImage(), context);
precacheImage(theme.logoFrame(), context);
return MaterialApp(
title: getTitle(),
themeMode: ThemeMode.dark,