Skip to content

Commit

Permalink
Removed weird import, probably VS Code stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Apr 20, 2024
1 parent 417d0b9 commit 489a687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion users/recordservice/record-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const express = require('express');
const mongoose = require('mongoose');
const bodyParser = require('body-parser');
const Record = require('./record-model');
const { SystemUpdate } = require('@material-ui/icons');

const app = express();
const port = 8004;
Expand Down

0 comments on commit 489a687

Please sign in to comment.