Skip to content
Snippets Groups Projects
Commit 1f19f9b8 authored by Nidharshan A's avatar Nidharshan A
Browse files

Update useFolder.js

parent 3b6b0098
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { database } from '../fire.js'
import firebase from 'firebase'
import Loader from "react-loader-spinner";
export const ROOT_FOLDER = {name: 'Root', id : null , path : [] , parents : []};
export const ROOT_FOLDER = {name: 'Courses', id : null , path : [] , parents : []};
export function useFolder( folderId = null, folder= null) {
......@@ -129,4 +129,4 @@ export function useFolder( folderId = null, folder= null) {
}, [folderId])
return state;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment