main function

void main()

Runs Panache on DevToolsExtension

Implementation

void main() {
  runApp(DevToolsExtension(child: const Panache()));
}