Skip to content

Commit

Permalink
SAPHY-154 Design : 마이페이지 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devlwh0830 committed Sep 4, 2024
1 parent a06cee6 commit f13934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main() async {
KakaoSdk.init(
nativeAppKey: kakaoNativeAppKey,
);
runApp(const ScreenController());
runApp(const MyApp());
}

class MyApp extends StatelessWidget {
Expand Down

0 comments on commit f13934e

Please sign in to comment.