- implementing hobby, language and reference sections

- dynamic template selection
This commit is contained in:
Amruth Pillai
2020-07-09 10:41:16 +05:30
parent 9045e2983d
commit 9e98da038c
38 changed files with 470 additions and 187 deletions

View File

@ -3,7 +3,7 @@ import React, { createContext, useState } from 'react';
import leftSections from '../data/leftSections';
const defaultState = {
selected: 'Pikachu',
selected: 'Onyx',
setSelected: () => {},
colors: {
textColor: '#212121',