Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
WordPress UI Components
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
WordPress UI Components
Merge requests
!1
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Main
main
into
just_for_review
Overview
18
Commits
14
Pipelines
10
Changes
1
Closed
Eryk Mika
requested to merge
main
into
just_for_review
4 months ago
Overview
18
Commits
14
Pipelines
10
Changes
1
0
0
Merge request reports
Viewing commit
c9525161
Prev
Next
Show latest version
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c9525161
refactor: index.js
· c9525161
Eryk Mika
authored
4 months ago
src/index.js
0 → 100644
+
8
−
0
View file @ c9525161
Edit in single-file editor
Open in Web IDE
export
{
default
as
AlignButtons
}
from
"
./AlignButtons/AlignButtons
"
;
export
{
default
as
BlockPlaceholders
}
from
"
./BlockPlaceholders/BlockPlaceholders
"
;
export
{
default
as
ColorSelector
}
from
"
./ColorSelector/ColorSelector
"
;
export
{
default
as
DuoInput
}
from
"
./DuoInput/DuoInput
"
;
export
{
default
as
FlexibleTable
}
from
"
./FlexibleTable/FlexibleTable
"
;
export
{
default
as
FontStyles
}
from
"
./FontStyles/FontStyles
"
;
export
{
default
as
NumberWithUnit
}
from
"
./NumberWithUnit/NumberWithUnit
"
;
export
{
default
as
QuatroInput
}
from
"
./QuatroInput/QuatroInput
"
;
Loading