// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.import'gallery/home.dart';import'main.dart'asother_main;// This main chain-calls main.dart's main. This file is used for publishing// the gallery and removes the 'PREVIEW' banner.voidmain(){GalleryHome.showPreviewBanner=false;other_main.main();}