Skip to content

Commit

Permalink
remove: remove skeleton file atom -> util
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed May 15, 2024
1 parent 88b339e commit 638ecf1
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Skeleton from '../../view/atom/skeleton';
import Skeleton from '../../../utils/skeleton';
import { TableHeader } from '../../view/molecule/table/table-header';
import { TAKEN_LECTURE_TABLE_HEADER_INFO } from './taken-lecture-constant';
import TakenLectureLabel from './taken-lecture-label';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { cn } from '@/app/utils/shadcn/utils';
import Book from '@/public/assets/book.svg';
import Image from 'next/image';
import * as React from 'react';
import Skeleton from '../../view/atom/skeleton';
import Skeleton from '../../../utils/skeleton';

function ResultCategoryCardSkeleton() {
return (
Expand Down
20 changes: 0 additions & 20 deletions app/ui/skeletons.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import Skeleton from '../../view/atom/skeleton';
import Skeleton from '../../../utils/skeleton';

export default function UserCreditResultSkeleton() {
return <Skeleton className="min-h-20 rounded-lg py-1 px-8 gap-3" />;
Expand Down
2 changes: 1 addition & 1 deletion app/ui/user/user-info-card/user-info-card.skeleton.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Skeleton from '../../view/atom/skeleton';
import Skeleton from '../../../utils/skeleton';

function UserInfoCardSkeleton() {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Skeleton from '../../view/atom/skeleton';
import Skeleton from '../../../utils/skeleton';

export default function UserInfoNavigatorSkeleton() {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactNode } from 'react';
import Skeleton from '../skeleton';
import Skeleton from '../../../../utils/skeleton';

interface LabelContainerProps {
rightElement: ReactNode;
Expand Down
File renamed without changes.

0 comments on commit 638ecf1

Please sign in to comment.