Skip to content

Commit

Permalink
refactor: create storage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Nov 8, 2021
1 parent edab6ef commit 395ec5f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ContainsArrayError, HTTPStore, openArray, openGroup, ZarrArray } from '
import type { Group as ZarrGroup } from 'zarr';
import type { AsyncStore, Store } from 'zarr/types/storage/types';
import { Matrix4 } from '@math.gl/core/dist/esm';
import { LRUCacheStore } from './lru-store';
import { LRUCacheStore } from './storage/lru-store';

export const MAX_CHANNELS = 6;

Expand Down

0 comments on commit 395ec5f

Please sign in to comment.