Skip to content

Commit

Permalink
chore(kgu-plus): remove unnecessary export & component (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed Aug 14, 2024
1 parent 0822545 commit e7bbd3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/kgu-plus/src/shared/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './common';
export * from './modal-key';
export * from './utility-type';
2 changes: 0 additions & 2 deletions apps/kgu-plus/src/widgets/time-table/ui/TimeTableHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import { memo } from 'react';

import { TimeTableFilter } from '@/widgets/time-table';
import TimeTableUtilButtons from '@/widgets/time-table/ui/TimeTableUtilButtons';

function TimeTableHeader() {
return (
<div className="flex w-full justify-between">
<div className="w-10" />
<TimeTableFilter />
<TimeTableUtilButtons />
</div>
);
}
Expand Down

0 comments on commit e7bbd3d

Please sign in to comment.