Skip to content

Commit

Permalink
Merge pull request #3065 from owid/remove-obsolete-tables
Browse files Browse the repository at this point in the history
🔨 remove obsolete tables and country standardizer
  • Loading branch information
danyx23 authored Jan 31, 2024
2 parents afdb6a5 + d2e8041 commit e6258df
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 775 deletions.
6 changes: 0 additions & 6 deletions adminSiteClient/AdminApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { observer } from "mobx-react"
import { ChartIndexPage } from "./ChartIndexPage.js"
import { UsersIndexPage } from "./UsersIndexPage.js"
import { DatasetsIndexPage } from "./DatasetsIndexPage.js"
import { CountryStandardizerPage } from "./CountryStandardizerPage.js"
import { UserEditPage } from "./UserEditPage.js"
import { VariableEditPage } from "./VariableEditPage.js"
import { VariablesIndexPage } from "./VariablesIndexPage.js"
Expand Down Expand Up @@ -244,11 +243,6 @@ export class AdminApp extends React.Component<{
/>
)}
/>
<Route
exact
path="/standardize"
component={CountryStandardizerPage}
/>
<Route
exact
path="/redirects"
Expand Down
Loading

0 comments on commit e6258df

Please sign in to comment.