fix file structure

This commit is contained in:
Matt Hill
2023-06-12 10:41:39 -06:00
committed by Aiden McClelland
parent c2e79ca5a7
commit 712fde46eb
9 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common'
import { Routes, RouterModule } from '@angular/router'
import { IonicModule } from '@ionic/angular'
import { TorLogsPage } from './tor-logs.page'
import { LogsComponentModule } from 'src/app/components/logs/logs.component.module'
import { LogsComponentModule } from 'src/app/common/logs/logs.component.module'
const routes: Routes = [
{