Skip to content

Commit 5493a79

Browse files
authored
Update memory.go
1 parent c2c0fb1 commit 5493a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/internal/database/memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"sync"
88
"time"
99

10-
"github.com/yourusername/twitter-clone/internal/models"
10+
"github.com/mtepenner/brevity-sharing/internal/models" // FIXED
1111
)
1212

1313
// InMemoryDB simulates a database connection

0 commit comments

Comments
 (0)