Skip to content

Commit 3878665

Browse files
committed
Rename 'projectStorage.js' to 'localStorage.js'
To be more in line with the naming scheme of the other clients.
1 parent 8e6e451 commit 3878665

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Workspace.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
onSignedOut,
1717
startSessionHeartbeat,
1818
} from '../clients/firebase';
19-
import {dehydrateProject, rehydrateProject} from '../clients/projectStorage';
19+
import {dehydrateProject, rehydrateProject} from '../clients/localStorage';
2020

2121
import {
2222
updateProjectSource,

0 commit comments

Comments
 (0)