Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Dec 17, 2024
1 parent 5083e92 commit 0d179a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion integration/presets/expo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { link } from 'fs';
import { applicationConfig } from '../models/applicationConfig';
import { templates } from '../templates';
import { linkPackage } from './utils';
Expand Down
1 change: 0 additions & 1 deletion integration/presets/express.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { link } from 'fs';
import { constants } from '../constants';
import { applicationConfig } from '../models/applicationConfig';
import { templates } from '../templates';
Expand Down
1 change: 0 additions & 1 deletion integration/presets/next.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { link } from 'fs';
import { constants } from '../constants';
import { applicationConfig } from '../models/applicationConfig.js';
import { templates } from '../templates/index.js';
Expand Down

0 comments on commit 0d179a5

Please sign in to comment.