File tree Expand file tree Collapse file tree
projects/client/src/lib/sections/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import DeleteAccount from " ./_internal/DeleteAccount.svelte" ;
3+ import HistoryAnalysis from " ./_internal/HistoryAnalysis.svelte" ;
34 </script >
45
56<div class =" trakt-advanced-settings-page" >
7+ <HistoryAnalysis />
8+
69 <DeleteAccount />
710</div >
811
912<style >
1013 .trakt-advanced-settings-page {
1114 display : flex ;
1215 flex-direction : column ;
13- gap : var (--gap-xxl );
14-
15- width : 100% ;
16- max-width : var (--ni-640 );
16+ gap : var (--gap-xl );
1717 }
1818 </style >
Original file line number Diff line number Diff line change 22 import ClearData from " ./_internal/ClearData.svelte" ;
33 import RawExport from " ./_internal/RawExport.svelte" ;
44 import RawImport from " ./_internal/RawImport.svelte" ;
5- import HistoryAnalysis from " ./_internal/HistoryAnalysis.svelte" ;
65 import SettingsDrawer from " ./SettingsDrawer.svelte" ;
76 </script >
87
1110 <RawImport />
1211 <RawExport />
1312 <ClearData />
14- <HistoryAnalysis />
1513</div >
1614
1715<style >
You can’t perform that action at this time.
0 commit comments