Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
changed names of notification file
Browse files Browse the repository at this point in the history
  • Loading branch information
ge59dil committed Nov 23, 2023
1 parent 48f44dc commit f391caa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

class Notificationscreen extends StatelessWidget {
const Notificationscreen({super.key});
class EnableNotificationscreen extends StatelessWidget {
const EnableNotificationscreen({super.key});

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit f391caa

Please sign in to comment.