Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
패키지 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlog committed Oct 24, 2020
1 parent ac15f72 commit e7d4cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/school.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:jaga_jindan/util/notify.dart';

import 'file:///C:/Users/chansol/Desktop/flutter/jaga_jindan/jaga_jindan/lib/type/eduList.dart';
import 'package:jaga_jindan/type/eduList.dart';

class School {
String name, address, code;
Expand Down

0 comments on commit e7d4cfd

Please sign in to comment.