Skip to content

Commit

Permalink
refactor: remove unused example files
Browse files Browse the repository at this point in the history
  • Loading branch information
youthfulhps committed Jul 2, 2023
1 parent c468119 commit f1948d8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 55 deletions.
11 changes: 0 additions & 11 deletions src/example/hello-world.test.ts

This file was deleted.

5 changes: 0 additions & 5 deletions src/example/hello-world.ts

This file was deleted.

7 changes: 5 additions & 2 deletions src/example/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from '~/example/hello-world'
export * from '~/example/type-example'
const startLog = () => {
console.log('Hello tailwind converter!');
};

export default startLog;
22 changes: 0 additions & 22 deletions src/example/type-example.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/example/type-example.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/example/type-example.types.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '~/example'
export * from '~/example';

0 comments on commit f1948d8

Please sign in to comment.