Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Mar 22, 2020
1 parent 2a606af commit 33e59c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j/create-import-user-json/main/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/codeuniversity/smag-mvp/neo4j-create-import-user-json"
neo4j_import "github.com/codeuniversity/smag-mvp/neo4j/create-import-user-json"
"github.com/codeuniversity/smag-mvp/service"
"github.com/codeuniversity/smag-mvp/utils"
)
Expand Down

0 comments on commit 33e59c8

Please sign in to comment.