Skip to content

Commit

Permalink
🔨 remove obsolete tables and country standardizer
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Jan 4, 2024
1 parent edf54e5 commit b9c996e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 771 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 b9c996e

Please sign in to comment.