Skip to content

Commit c7f5b42

Browse files
committed
.
1 parent 7d41f74 commit c7f5b42

8 files changed

Lines changed: 2 additions & 46 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dnotebook-react
22

3-
Recreatiing the essential part of [Dnotebook](https://playnotebook.jsdata.org/) using react. See old repo [here](https://github.com/opensource9ja/dnotebook)
3+
Recreating the essential part of [Dnotebook](https://playnotebook.jsdata.org/) using react. See old repo [here](https://github.com/opensource9ja/dnotebook)
44

55
## Component Structure
66
Cell.js --> Contains all operation pertaining to a cell block

craco.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@craco/craco": "^6.0.0",
7-
"@tailwindcss/postcss7-compat": "^2.0.2",
86
"@testing-library/jest-dom": "^5.11.5",
97
"@testing-library/react": "^11.1.1",
108
"@testing-library/user-event": "^12.2.0",
@@ -23,7 +21,6 @@
2321
"remarkable": "^2.0.1",
2422
"remarkable-react": "^1.4.3",
2523
"styled-components": "^5.2.1",
26-
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
2724
"web-vitals": "^0.2.4"
2825
},
2926
"scripts": {

public/favicon.ico

-3.78 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/logo.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta

public/logo.ico

77.1 KB
Binary file not shown.

tailwind.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)