Auto commit for build : 145
commit by: ayoub <hassani.ayoub@gmail.com> with message : try inner react dom router
This commit is contained in:
parent
ef9b8b044d
commit
f782b5c799
|
@ -108,7 +108,6 @@ export { default as Layers } from './ts/Layers';
|
|||
export { default as Layout } from './ts/Layout';
|
||||
export { default as LifeBuoy } from './ts/LifeBuoy';
|
||||
export { default as Link2 } from './ts/Link2';
|
||||
export { default as Link } from './ts/Link';
|
||||
export { default as Linkedin } from './ts/Linkedin';
|
||||
export { default as List } from './ts/List';
|
||||
export { default as Loader } from './ts/Loader';
|
||||
|
@ -139,7 +138,6 @@ export { default as MousePointer } from './ts/MousePointer';
|
|||
export { default as Move } from './ts/Move';
|
||||
export { default as Music } from './ts/Music';
|
||||
export { default as Navigation2 } from './ts/Navigation2';
|
||||
export { default as Navigation } from './ts/Navigation';
|
||||
export { default as Octagon } from './ts/Octagon';
|
||||
export { default as Package } from './ts/Package';
|
||||
export { default as Paperclip } from './ts/Paperclip';
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import './styles/tailwind.css';
|
||||
export * from 'react-router-dom';
|
||||
export * from './components/Button';
|
||||
export * from './components/Icons';
|
||||
export * from './components/Navbar';
|
||||
|
|
Loading…
Reference in New Issue