feat(side-bars-wrapper): create base component

This commit is contained in:
RadoslavDimchev 2024-03-27 08:07:11 +02:00 committed by Radoslav Dimchev
parent 2015376f6a
commit 7b6a9ad43e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
const SideBarsWrapper = () => {
return <div></div>
}
export default SideBarsWrapper