Skip to content

Commit 27b5206

Browse files
committed
feat: move to lib dir for publishing
1 parent c8be704 commit 27b5206

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

src/Title.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from "react";
22
import { TimelineMax } from "gsap/TweenMax";
3-
import ReactSplitText from "./ReactSplitText";
3+
import ReactSplitText from "./lib";
44

55
class Title extends Component {
66
constructor(props) {

src/component/index.js

Whitespace-only changes.
File renamed without changes.

src/lib/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import ReactSplitText from "./ReactSplitText";
2+
export default ReactSplitText;

0 commit comments

Comments
 (0)