Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Commits
f60aa5d3
Commit
f60aa5d3
authored
5 years ago
by
chris
Browse files
Options
Downloads
Patches
Plain Diff
remove app.js
parent
10aa66fc
No related branches found
No related tags found
1 merge request
!5
Develop
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
editors/default/src/App.js
+0
-28
0 additions, 28 deletions
editors/default/src/App.js
editors/default/src/Default.js
+0
-1
0 additions, 1 deletion
editors/default/src/Default.js
editors/default/src/index.js
+0
-1
0 additions, 1 deletion
editors/default/src/index.js
with
0 additions
and
30 deletions
editors/default/src/App.js
deleted
100644 → 0
+
0
−
28
View file @
10aa66fc
import
React
,
{
Component
}
from
"
react
"
;
import
logo
from
"
./logo.svg
"
;
import
"
./App.css
"
;
class
App
extends
Component
{
render
()
{
return
(
<
div
className
=
"
App
"
>
<
header
className
=
"
App-header
"
>
<
img
src
=
{
logo
}
className
=
"
App-logo
"
alt
=
"
logo
"
/>
<
p
>
Edit
<
code
>
src
/
App
.
js
<
/code> and save to reload
.
<
/p
>
<
a
className
=
"
App-link
"
href
=
"
https://reactjs.org
"
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
>
Learn
React
giannis
<
/a
>
<
/header
>
<
/div
>
);
}
}
export
default
App
;
This diff is collapsed.
Click to expand it.
editors/default/src/Default.js
+
0
−
1
View file @
f60aa5d3
...
...
@@ -4,7 +4,6 @@ import { defaultSchema } from "wax-prosemirror-schema";
class
Default
extends
Component
{
render
()
{
console
.
log
(
defaultSchema
);
return
(
<
Wax
placeholder
=
"
Type Something...
"
...
...
This diff is collapsed.
Click to expand it.
editors/default/src/index.js
+
0
−
1
View file @
f60aa5d3
import
React
from
"
react
"
;
import
ReactDOM
from
"
react-dom
"
;
import
App
from
"
./App
"
;
import
Default
from
"
./Default
"
;
import
*
as
serviceWorker
from
"
./serviceWorker
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment