From 2646019b876633fc1a49f732c898830a65daab7a Mon Sep 17 00:00:00 2001 From: Silabalkan Date: Tue, 3 Dec 2024 17:13:25 +0300 Subject: [PATCH] Fix coding style issues --- resources/js/bootstrap.ts | 1 - vite.config.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/js/bootstrap.ts b/resources/js/bootstrap.ts index 4fd69411..19f8514a 100644 --- a/resources/js/bootstrap.ts +++ b/resources/js/bootstrap.ts @@ -1,7 +1,6 @@ import _ from 'lodash' import axios from 'axios' -// window için tür tanımlama declare global { interface Window { _: typeof _ diff --git a/vite.config.js b/vite.config.js index 8814233a..17cea4bd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -34,5 +34,4 @@ export default ({ mode }) => { }), ], }) -} - +} \ No newline at end of file