Skip to content

Commit

Permalink
removed unused import (Team) on Templates.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Nov 7, 2024
1 parent 1d9a656 commit e5f29e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Dashboard/Templates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {

import { useState } from 'react'
import { useEffect } from 'react'
import { E2BUser, Team } from '@/utils/useUser'
import { E2BUser } from '@/utils/useUser'

interface Template {
aliases: string[]
Expand Down

0 comments on commit e5f29e6

Please sign in to comment.