Skip to content

Commit

Permalink
fix import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent 87bc81c commit 7c4f710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/nestjs/test/dogs.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { INestApplication } from '@nestjs/common'
import type { TestingModule } from '@nestjs/testing';
import type { TestingModule } from '@nestjs/testing'
import { Test } from '@nestjs/testing'
import request from 'supertest'
import * as request from 'supertest'

import { DogsModule } from '~/dogs/dogs.module'
import { DogsService } from '~/dogs/dogs.service'
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sharedConfig from '@repo/tailwind-config/tailwind.config.ts'
import sharedConfig from '@repo/tailwind-config/tailwind.config'
import type { Config } from 'tailwindcss'

const config: Pick<Config, 'presets'> = {
Expand Down

0 comments on commit 7c4f710

Please sign in to comment.