Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory-promotion-react
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
inventory-promotion-react
Commits
14c80682
Commit
14c80682
authored
May 07, 2021
by
Sumaiyya Burney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moves CSS into appropriate folder
parent
e60ba407
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Product.jsx
src/component/Product.jsx
+1
-1
ProductGrid.jsx
src/component/ProductGrid.jsx
+1
-1
Product.css
src/styles/Product.css
+0
-0
ProductGrid.css
src/styles/ProductGrid.css
+0
-0
No files found.
src/component/Product.jsx
View file @
14c80682
import
React
from
'react'
import
React
from
'react'
import
'./Product.css'
import
'./
../styles/
Product.css'
export
default
function
Product
({
product
})
{
export
default
function
Product
({
product
})
{
...
...
src/component/ProductGrid.jsx
View file @
14c80682
import
React
from
'react'
import
React
from
'react'
import
Product
from
'./Product.jsx'
import
Product
from
'./Product.jsx'
import
{
Col
,
Container
,
Row
}
from
'react-bootstrap'
;
import
{
Col
,
Container
,
Row
}
from
'react-bootstrap'
;
import
'./ProductGrid.css'
import
'./
../styles/
ProductGrid.css'
export
default
function
ProductGrid
({
productData
})
{
export
default
function
ProductGrid
({
productData
})
{
return
(
return
(
...
...
src/
component
/Product.css
→
src/
styles
/Product.css
View file @
14c80682
File moved
src/
component
/ProductGrid.css
→
src/
styles
/ProductGrid.css
View file @
14c80682
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment