Skip to content

Commit b4b2b3a

Browse files
author
Sergey Khomushin
committed
create src folder
1 parent e107426 commit b4b2b3a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/emailjs.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ library emailjs;
33
import 'dart:convert';
44
import 'package:http/http.dart' as http;
55

6-
import 'package:emailjs/utils/validate_params.dart';
7-
import 'package:emailjs/api/send_json.dart';
6+
import 'src/utils/validate_params.dart';
7+
import 'src/api/send_json.dart';
88

99
class EmailJS {
1010
static String _publicKey = '';
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)