Skip to content

Commit

Permalink
fix: Removed normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
William Luke committed Apr 30, 2019
1 parent 6802dce commit ace9a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yogaDefaults.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import chalk from 'chalk';
import { existsSync } from 'fs';
import { PrismaClientInput } from 'nexus-prisma/dist/types';
import { join, normalize, relative } from 'path';
import { join, relative } from 'path';
import { findPrismaConfigFile } from './config';
import { importFile } from './helpers';
import * as logger from './logger';
Expand Down

0 comments on commit ace9a47

Please sign in to comment.