Skip to content

Commit 09ff28a

Browse files
Merge pull request #63 from AOSSIE-Org/orgexplorer-prototype
feat: add initial OrgExplorer prototype
2 parents dc8a988 + de6709d commit 09ff28a

30 files changed

Lines changed: 3697 additions & 2102 deletions

Tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [ ] Ritik submits PR of his prototype to this repo. (Ritik)
1+
- [x] Ritik submits PR of his prototype to this repo. (Ritik)
22
- [ ] Merge Ritik's PR. (Bruno)
33
- [x] Close stale PRs. (Rahul)
44
- [ ] Create logo for OrgExplorer.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</head>
88
<body>
99
<div id="root"></div>
10-
<script type="module" src="/src/main.tsx"></script>
10+
<script type="module" src="/src/main.jsx"></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)