Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)