kopia lustrzana https://github.com/learn-awesome/learndb
17 wiersze
224 B
JavaScript
17 wiersze
224 B
JavaScript
![]() |
export default alltopics = {
|
||
|
science: {
|
||
|
name: "Science",
|
||
|
physics: {
|
||
|
name: "Physics"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
maths: {
|
||
|
name: "Maths",
|
||
|
algebra: {}
|
||
|
},
|
||
|
|
||
|
humanities: {
|
||
|
|
||
|
}
|
||
|
}
|