Skip to content

Commit

Permalink
moved the data file to asses
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmzdev committed Oct 5, 2024
1 parent 324a31d commit 4d366cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:jaspr/server.dart';
class Home extends AsyncStatelessComponent {
Future<Data> fetchData() async {
final String responseProjects =
File('lib/data/data.json').readAsStringSync();
File('web/data/data.json').readAsStringSync();
final Map<String, dynamic> raw =
jsonDecode(responseProjects) as Map<String, dynamic>;

Expand Down
File renamed without changes.

0 comments on commit 4d366cd

Please sign in to comment.