diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-02-22 20:46:13 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-02-22 20:46:13 +0100 |
| commit | acb232ac94f46d6c1b81378ab0be0c5b2f91a446 (patch) | |
| tree | 50519c8b5f4847e73da0712c3ae801c2a184c434 /src/server/format.odin | |
| parent | a75c3424a6003f1ccbfbf6f170009ebf7bf18e4e (diff) | |
Automatically add shared collection.
Diffstat (limited to 'src/server/format.odin')
| -rw-r--r-- | src/server/format.odin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/format.odin b/src/server/format.odin index 63d949c..fbf9837 100644 --- a/src/server/format.odin +++ b/src/server/format.odin @@ -1,9 +1,9 @@ package server -import "shared:common" -import "shared:odin/printer" -import "shared:odin/format" import "core:path/filepath" +import "src:common" +import "src:odin/format" +import "src:odin/printer" import "core:log" |