Skip to content

Commit

Permalink
create src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Khomushin committed Oct 29, 2022
1 parent e107426 commit b4b2b3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/emailjs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ library emailjs;
import 'dart:convert';
import 'package:http/http.dart' as http;

import 'package:emailjs/utils/validate_params.dart';
import 'package:emailjs/api/send_json.dart';
import 'src/utils/validate_params.dart';
import 'src/api/send_json.dart';

class EmailJS {
static String _publicKey = '';
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b4b2b3a

Please sign in to comment.