Skip to content

Commit cb31545

Browse files
committed
update file structure
1 parent 290b63c commit cb31545

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Star } from "./star";
1+
import Star from "./star";
22

33
export { Star };

src/star/star.tsx renamed to src/star.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import * as PropTypes from "prop-types";
55
import * as React from "react";
66

7-
import GithubButton from "../lib/githubButton";
7+
import GithubButton from "./lib/githubButton";
88

99
export interface IPropTypes {
1010
owner: string;

src/star/index.ts

-3
This file was deleted.

0 commit comments

Comments
 (0)