Skip to content

Commit

Permalink
fix build bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasar165 committed May 5, 2024
1 parent c65fd0b commit 3f7cd82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/evse.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { SyntheticEvent, useEffect, useRef, useState } from 'react';
import { SyntheticEvent, useRef, useState } from 'react';
import Input from './input';
import { ConState, IWriter } from '../service/websocket/websocket.model';
import WebSocket from './WebSocket';
Expand Down
1 change: 0 additions & 1 deletion app/service/ocpp/ocpp.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { IWriter } from '../websocket/websocket.model';
import { GetRequestFrame, GetResponseFrame } from './ocpp.action';
import { CreateError, ErrorCode, GetError } from './ocpp.error';
import {
Action,
BaseTuple,
CallType,
IErrorFrame,
Expand Down

0 comments on commit 3f7cd82

Please sign in to comment.