X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fhttp%2Fstart.ts;fp=src%2Fhttp%2Fstart.ts;h=27b7fcb9cb37673e83e2d9ba8529fb2c1c9a6052;hb=0a48f2b2d735de604a1604fd0e191212b355602f;hp=7afdd281866de32f7d12dd45505a919510355816;hpb=175d4f46729bf9ea47d61aa4a6ac69a03cf4cb88;p=e-mobility-charging-stations-simulator.git diff --git a/src/http/start.ts b/src/ui/http/start.ts similarity index 93% rename from src/http/start.ts rename to src/ui/http/start.ts index 7afdd281..27b7fcb9 100644 --- a/src/http/start.ts +++ b/src/ui/http/start.ts @@ -1,4 +1,4 @@ -import Bootstrap from '../charging-station/Bootstrap'; +import Bootstrap from '../../charging-station/Bootstrap'; import express from 'express'; const app = express();