Skip to content

Commit

Permalink
code cleanup deleted unused DTO
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOu8 committed Nov 2, 2024
1 parent e636862 commit 146a042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blotztask-ui/src/app/task-dayview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Card, CardContent, CardHeader } from '@/components/ui/card';
// import { Checkbox } from '@/components/ui/checkbox';
import { useEffect, useState } from 'react';
import { z } from 'zod';
import { taskDto } from './models/taskDto';
import { TaskDTO, taskDTOSchema } from './schema/schema';
import { Button } from '@/components/ui/button';
import { TaskForm } from './components/form';
Expand Down

0 comments on commit 146a042

Please sign in to comment.