Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit d525435

Browse files
authored
fix import
1 parent 45cd7b2 commit d525435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/structures/RowManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mport { ByteDatabase } from "../core/ByteDatabase";
1+
import { ByteDatabase } from "../core/ByteDatabase";
22

33
export class RowManager {
44
_database: ByteDatabase

0 commit comments

Comments
 (0)