mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
restructuring folders
This commit is contained in:
8
app/Fragments/DSTPageHeader/index.js
Normal file
8
app/Fragments/DSTPageHeader/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
const DSTPageHeader = props => {
|
||||
return (
|
||||
<div>{props.title}</div>
|
||||
|
||||
)
|
||||
}
|
||||
export default DSTPageHeader
|
||||
23
app/Fragments/DSTPageHeader/package.json
Normal file
23
app/Fragments/DSTPageHeader/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "DSTPageHeader",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "./index",
|
||||
"author": {
|
||||
"name": "Don Strawsburg",
|
||||
"email": "don@goforward.group",
|
||||
"url": "https://goforward.group/"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Don Strawsburg",
|
||||
"email": "don@goforward.group",
|
||||
"url": "https://goforward.group/"
|
||||
},
|
||||
{
|
||||
"name": "Sean Strawsburg",
|
||||
"email": "sean@goforward.group",
|
||||
"url": "https://goforward.group/"
|
||||
}
|
||||
]
|
||||
}
|
||||
0
app/Fragments/DSTPageHeader/styles.module.css
Normal file
0
app/Fragments/DSTPageHeader/styles.module.css
Normal file
Reference in New Issue
Block a user