Skip to content

Commit 2110220

Browse files
committed
Update index import extensions
1 parent a7ca52c commit 2110220

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ <h2 id='boot_status'>Loading...</h2>
7171
</script>
7272

7373
<script type="module">
74-
import FileSystem from "./dist/file-system";
75-
import BitmapMemory from "./dist/bitmap-memory";
76-
import NvmMemoryManager from "./dist/nvm-memory";
77-
import ResourceMonitor from "./dist/resource-monitor";
78-
import ProcessTable from "./dist/process-table";
79-
import System from './dist/system'
74+
import FileSystem from "./dist/file-system.js";
75+
import BitmapMemory from "./dist/bitmap-memory.js";
76+
import NvmMemoryManager from "./dist/nvm-memory.js";
77+
import ResourceMonitor from "./dist/resource-monitor.js";
78+
import ProcessTable from "./dist/process-table.js";
79+
import System from './dist/system.js'
8080
// Boot server
8181
const monitor = new ResourceMonitor()
8282
const memory = new BitmapMemory({minBytes: 2, physicalSize: 512})

0 commit comments

Comments
 (0)