3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
|
|
import express from 'express';
|
||
|
|
|
||
|
|
export const shiftsRouter = express.Router();
|