Skip to content

Commit

Permalink
修正漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Jul 9, 2023
1 parent 49f49df commit 5056cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/node/src/BuildComponent.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'node:fs';
import { NoName as Configure } from '../../configure/type/build.js';
import type { NoName as Configure } from '../../configure/type/build.js';

export default class BuildComponent {
protected readonly config: Configure; // Configure
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/node/src/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Component from './BuildComponentInterface.js';
import type Component from './BuildComponentInterface.js';

/* コンポーネント */
const COMPONENT_DIR = './build'; // 格納ディレクトリ
Expand Down

0 comments on commit 5056cc2

Please sign in to comment.