This commit is contained in:
randogoth 2026-06-19 14:04:15 +03:00
parent 9704433b4c
commit 2906453316
4 changed files with 14 additions and 14 deletions

View file

@ -3,7 +3,7 @@ import 'package:flutter_code_editor/flutter_code_editor.dart';
import 'markdown.dart';
import 'day.dart';
import 'night.dart';
import 'codefield.dart'; // Ensure this includes WrappedCodeField
import 'codefield.dart';
class ReadOnlyPage extends StatelessWidget {
final String title;