From 2f44db6756f974ad3e258e4a777db2519f1b9091 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 3 Oct 2018 21:41:59 -0400 Subject: Use underscores in filenames. --- js/read_dir.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/read_dir.ts') diff --git a/js/read_dir.ts b/js/read_dir.ts index b1977549d..d99b085ec 100644 --- a/js/read_dir.ts +++ b/js/read_dir.ts @@ -2,7 +2,7 @@ import * as msg from "gen/msg_generated"; import { flatbuffers } from "flatbuffers"; import * as dispatch from "./dispatch"; -import { FileInfo, FileInfoImpl } from "./fileinfo"; +import { FileInfo, FileInfoImpl } from "./file_info"; import { assert } from "./util"; /** -- cgit v1.2.3