From f28666444bddef89f4b75acf0b53cfdd3a5a0d0d Mon Sep 17 00:00:00 2001 From: Levan Mebonia Date: Sat, 24 Feb 2024 23:07:44 +0100 Subject: [PATCH] Update codegen.dart --- lib/codegen/codegen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codegen/codegen.dart b/lib/codegen/codegen.dart index 8f3fd7da..9cfed8c2 100644 --- a/lib/codegen/codegen.dart +++ b/lib/codegen/codegen.dart @@ -1,4 +1,3 @@ -import 'package:apidash/codegen/julia/http.dart'; import 'package:apidash/models/models.dart' show RequestModel; import 'package:apidash/consts.dart'; import 'dart/http.dart'; @@ -10,6 +9,7 @@ import 'js/axios.dart'; import 'js/fetch.dart'; import 'others/har.dart'; import 'others/curl.dart'; +import 'julia/http.dart'; class Codegen { String? getCode(